Skip to content

Commit

Permalink
Update other parity publish workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Jul 30, 2024
1 parent 1b3805e commit a3202f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-check-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cache-on-failure: true

- name: install parity-publish
run: cargo install parity-publish@0.7.0
run: cargo install parity-publish@0.8.0

- name: parity-publish check
run: parity-publish --color always check --allow-unpublished
2 changes: 1 addition & 1 deletion .github/workflows/publish-claim-crates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache-on-failure: true

- name: install parity-publish
run: cargo install parity-publish@0.7.0
run: cargo install parity-publish@0.8.0

- name: parity-publish claim
env:
Expand Down

0 comments on commit a3202f3

Please sign in to comment.