Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Lau <[email protected]>
  • Loading branch information
aurexav committed Dec 27, 2024
1 parent e46a86d commit fc74d30
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 28 deletions.
25 changes: 2 additions & 23 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ tracing-subscriber = { version = "0.3" }
users = { version = "0.11" }
vergen-gitcl = { version = "1.0" }
# self
prr-lib = { version = "0.1", package = "polkadot-runtime-releaser-lib", path = "lib" }
prr-lib = { version = "0.2", package = "polkadot-runtime-releaser-lib", path = "lib" }

[profile.ci-dev]
incremental = false
Expand Down
2 changes: 1 addition & 1 deletion action/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
- name: Setup Polkadot Runtime Releaser
shell: bash
run: curl
-L https://github.com/hack-ink/polkadot-runtime-releaser/releases/download/v0.1.9/prr-x86_64-unknown-linux-gnu.tar.gz |
-L https://github.com/hack-ink/polkadot-runtime-releaser/releases/download/v0.2.0/prr-x86_64-unknown-linux-gnu.tar.gz |
tar xz &&
chmod u+x prr &&
mv prr /usr/local/bin/prr
Expand Down
2 changes: 1 addition & 1 deletion action/inspect/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ runs:
- name: Setup Polkadot Runtime Releaser
shell: bash
run: curl
-L https://github.com/hack-ink/polkadot-runtime-releaser/releases/download/v0.1.9/prr-x86_64-unknown-linux-gnu.tar.gz |
-L https://github.com/hack-ink/polkadot-runtime-releaser/releases/download/v0.2.0/prr-x86_64-unknown-linux-gnu.tar.gz |
tar xz &&
chmod u+x prr &&
mv prr /usr/local/bin/prr
Expand Down
2 changes: 1 addition & 1 deletion action/override/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ runs:
ref: ${{ inputs.ref }}
path: runtime
- name: Build runtime
uses: hack-ink/polkadot-runtime-releaser/action/build@v0.1.9
uses: hack-ink/polkadot-runtime-releaser/action/build@v0.2.0
with:
runtime: ${{ inputs.runtime }}
features: ${{ inputs.features }}
Expand Down
2 changes: 1 addition & 1 deletion action/try-runtime/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ runs:
chmod +x try-runtime &&
mv try-runtime /usr/local/bin/try-runtime
- name: Build runtime
uses: hack-ink/polkadot-runtime-releaser/action/build@v0.1.9
uses: hack-ink/polkadot-runtime-releaser/action/build@v0.2.0
with:
runtime: ${{ inputs.runtime }}
features: ${{ inputs.features }}
Expand Down

0 comments on commit fc74d30

Please sign in to comment.