Skip to content

Commit

Permalink
chore: upgrade publish-action
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Jun 26, 2023
1 parent 4956412 commit 4a6ac1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ jobs:
- name: Cache
uses: Swatinem/rust-cache@v1
with:
key: ${{ runner.os }}-build-v0.2.1
key: ${{ runner.os }}-build-v0.2.2

- name: Show cargo info
run: cargo version --verbose

- name: Install publish-action
if: steps.cache-publish-action.outputs.cache-hit != 'true'
run: |
cargo install publish-action --version=0.2.1
cargo install publish-action --version=0.2.2
- name: Run Test
run: |
Expand Down

0 comments on commit 4a6ac1f

Please sign in to comment.