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 fa756c8 commit ba1dbf9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ jobs:
run: cargo fmt --check

# v0.1.15 目前版本
- name: Cache
uses: Swatinem/rust-cache@v1
with:
key: ${{ runner.os }}-build-v0.3.5
# - name: Cache
# uses: Swatinem/rust-cache@v1
# with:
# 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.5
# - name: Install publish-action
# if: steps.cache-publish-action.outputs.cache-hit != 'true'
# run: |
# cargo install publish-action --version=0.3.5

# - name: Run Test
# run: |
Expand Down

0 comments on commit ba1dbf9

Please sign in to comment.