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 20, 2024
1 parent 724c2fb commit 99aa5f9
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.4
key: ${{ runner.os }}-build-v0.3.5

- 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.4
cargo install publish-action --version=0.3.5
# - name: Run Test
# run: |
Expand Down

0 comments on commit 99aa5f9

Please sign in to comment.