Skip to content

Commit

Permalink
Update createPDF.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelscholle committed Oct 27, 2023
1 parent f1ae4b3 commit 658f42d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/createPDF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ jobs:
name: manual
path: manual.pdf

- name: Set Git User Identity
run: |
git config --global user.email "raphael@openhdfpv.org"
git config --global user.name "Raphael"
- name: Create Release Tag
run: git tag -a v0.1 -m "Version 0.1"
env:
Expand Down

0 comments on commit 658f42d

Please sign in to comment.