Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions .github/workflows/preview-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,18 @@ jobs:
files: |
./peaq_runtime.compact.compressed.wasm
outPath: peaq-node-runtime-${{ steps.tag.outputs.tag }}.tar.gz
- name: Run runtime-upgrade script
working-directory: ./deploy/upgrade
run: |
WS_URL="wss://${{ steps.tag-title.outputs.target_tag }}-peaq-network-node.cisys.xyz"
echo "Using URL: $WS_URL"
npm install
npm run runtime-upgrade -- ../../target/release/wbuild/peaq-runtime/peaq_runtime.compact.compressed.wasm "$WS_URL"

- name: Release
uses: softprops/action-gh-release@v1
with:
tag_name: v${{ steps.tag-title.outputs.target_tag }}
draft: true
files: |
peaq-node-runtime-${{ steps.tag.outputs.tag }}.tar.gz
- name: Run runtime-upgrade script
working-directory: ./deploy/upgrade
run: |
WS_URL="wss://${{ steps.tag-title.outputs.target_tag }}-peaq-network-node.cisys.xyz"
echo "Using URL: $WS_URL"
npm install
npm run runtime-upgrade -- ../../target/release/wbuild/peaq-runtime/peaq_runtime.compact.compressed.wasm "$WS_URL"

Loading