Skip to content

Commit

Permalink
chore: debug publish_action
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed May 19, 2024
1 parent 29bad32 commit 8c25a04
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.3.1
key: ${{ runner.os }}-build-v0.3.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.3.1
cargo install publish-action --version=0.3.2
- name: Run Test
run: |
Expand Down

0 comments on commit 8c25a04

Please sign in to comment.