Skip to content

Commit

Permalink
fix: Fix deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
svenjacobs committed Nov 6, 2022
1 parent 10797c9 commit f117d01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
run: |
git config --global user.name 'Sven Jacobs'
git config --global user.email '[email protected]'
git checkout "${GITHUB_REF:11}"
git commit -am '[skip ci] Increment version code for next release'
git push

0 comments on commit f117d01

Please sign in to comment.