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 24, 2021
1 parent 5f136c8 commit f14ed51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/on_PR_closing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
uses: actions/checkout@v2
- name: Update version
run: |
wget "https://github.com/fuyutarow/version-make/releases/download/v0.202005.1/version-make-v0.202005.1-x86_64-linux.zip" -O version-make.zip
unzip version-make.zip
./version-make up -rz Cargo.toml
Expand All @@ -27,5 +26,5 @@ jobs:
git push
- name: Tag and push
run: |
git tag v$(version-make show Cargo.toml)
git tag v$(./version-make show Cargo.toml)
git push --tags
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f14ed51

Please sign in to comment.