Skip to content

Commit

Permalink
Add missing v
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Dec 25, 2024
1 parent 45a06e7 commit 34cc683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action/override/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
ref: ${{ inputs.ref }}
path: runtime
- name: Build runtime
uses: hack-ink/polkadot-runtime-releaser/action/build@0.1.8
uses: hack-ink/polkadot-runtime-releaser/action/build@v0.1.8
with:
runtime: ${{ inputs.runtime }}
override-runtime-name: ${{ inputs.override-runtime-name }}
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 @@ -33,7 +33,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@0.1.8
uses: hack-ink/polkadot-runtime-releaser/action/build@v0.1.8
with:
runtime: ${{ inputs.runtime }}
features: ${{ inputs.features }}
Expand Down

0 comments on commit 34cc683

Please sign in to comment.