Skip to content

Commit

Permalink
Use parity-publish from registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Oct 17, 2023
1 parent e31de3a commit 67bcd74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0

- name: install parity-publish
run: cargo install --git https://github.com/paritytech/parity-publish --branch ci --profile dev
run: cargo install parity-publish --profile dev

- name: parity-publish check
run: parity-publish check --allow-unpublished

0 comments on commit 67bcd74

Please sign in to comment.