mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 08:37:56 +00:00
Make publish CI consistant and bump to v0.3.0 (#2453)
This commit is contained in:
@@ -10,10 +10,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-publish:
|
check-publish:
|
||||||
strategy:
|
runs-on: ubuntu-latest
|
||||||
matrix:
|
|
||||||
os: ["ubuntu-latest"]
|
|
||||||
runs-on: ${{ matrix.os }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
||||||
|
|
||||||
@@ -23,7 +20,7 @@ jobs:
|
|||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
|
|
||||||
- name: install parity-publish
|
- name: install parity-publish
|
||||||
run: cargo install parity-publish --profile dev
|
run: cargo install parity-publish@0.3.0
|
||||||
|
|
||||||
- name: parity-publish check
|
- name: parity-publish check
|
||||||
run: parity-publish check --allow-unpublished
|
run: parity-publish check --allow-unpublished
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ jobs:
|
|||||||
cache-on-failure: true
|
cache-on-failure: true
|
||||||
|
|
||||||
- name: install parity-publish
|
- name: install parity-publish
|
||||||
run: cargo install parity-publish@0.2.0
|
run: cargo install parity-publish@0.3.0
|
||||||
|
|
||||||
- name: parity-publish claim
|
- name: parity-publish claim
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user