Skip to content

Commit

Permalink
Update parity publish (#5105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo authored Jul 22, 2024
1 parent f923443 commit f13ed8d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-semver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
paths:
- prdoc/*.prdoc
env:
TOOLCHAIN: nightly-2024-03-01
TOOLCHAIN: nightly-2024-06-01

jobs:
check-semver:
Expand All @@ -22,7 +22,7 @@ jobs:
cache-on-failure: true

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

- name: Rust compilation prerequisites
run: |
Expand Down
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.6.0
run: cargo install parity-publish@0.7.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.6.0
run: cargo install parity-publish@0.7.0

- name: parity-publish claim
env:
Expand Down

0 comments on commit f13ed8d

Please sign in to comment.