Skip to content

Commit

Permalink
Fix workflows/on_PR_closing
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyutarow committed May 26, 2021
1 parent 1c8a7ae commit 2404f5f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/on_PR_closing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,5 @@ jobs:
git config --local user.name "GitHub Action"
git pull
git commit -am "Update version"
git tag v$(./version-make show Cargo.toml)
git push
# - name: Tag and push
# run: |
# git tag v$(./version-make show Cargo.toml)
# git push --tags

0 comments on commit 2404f5f

Please sign in to comment.