Skip to content

Commit

Permalink
Commit after version
Browse files Browse the repository at this point in the history
--no-git-tag-version doesn't commit, as well as it doesn't tag.
  • Loading branch information
eirikb committed Jun 9, 2021
1 parent 664baf4 commit cb094c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "PKG_VERSION=$VER" >> $GITHUB_ENV
- name: Git commit
run: git commit -am "Automatic update ${{ env.PGK_VERSION }}!" || true
run: git commit -am "Automatic update ${{ env.PKG_VERSION }}!" || true

- name: Git push
run: git push
Expand Down

0 comments on commit cb094c8

Please sign in to comment.