Skip to content

Commit

Permalink
Update v0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
george012 committed May 5, 2024
1 parent fc5665b commit fd3d599
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ jobs:
cache-name: cache-publish-action
with:
path: ~/.cargo
key: ${{ runner.os }}-build-${{ env.cache-name }}-v0.2.3
key: ${{ runner.os }}-build-${{ env.cache-name }}-v0.2.0

# install publish-action by cargo in github action
- name: Install publish-action
if: steps.cache-publish-action.outputs.cache-hit != 'true'
run: |
cargo install publish-action --version=0.2.3
cargo install publish-action --version=0.2.0
- name: Run publish-action
id: publish-action
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rs_box"
version = "0.0.7"
version = "0.0.8"
description = "rust develop box"
edition = "2021"
readme = "README.md"
Expand Down

0 comments on commit fd3d599

Please sign in to comment.