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 2404f5f commit d17a6d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/on_PR_closing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Rust
uses: hecrj/setup-rust-action@v1
- 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
cargo build
- name: Commit and push
run: |
git config --local user.email "[email protected]"
Expand Down
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 d17a6d2

Please sign in to comment.