Skip to content

Commit

Permalink
chore: remove installing public-action
Browse files Browse the repository at this point in the history
  • Loading branch information
tu6ge committed Sep 11, 2024
1 parent 18e4563 commit 733a661
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,9 @@ jobs:
- name: Check fmt
run: cargo fmt --check

- name: Cache
uses: Swatinem/rust-cache@v1
with:
key: ${{ runner.os }}-build-v0.4.0

- 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.4.0
- name: Run Test
run: |
cargo test --doc
Expand Down

0 comments on commit 733a661

Please sign in to comment.