Skip to content

Commit

Permalink
Update publish-release.yml (#2657)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermalkaleci authored Dec 1, 2023
1 parent 98d3fe0 commit 7ae4bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
# Diff new wasm with current
- name: Check the metadata diff
run: |
subwasm diff ${{ steps.srtool_build.outputs.wasm }} --chain-b ${{ env.CHAIN }} | tee ${{ env.CHAIN }}-diff.txt
subwasm diff ${{ steps.srtool_build.outputs.wasm }} ${{ env.CHAIN }} | tee ${{ env.CHAIN }}-diff.txt
# Generate release notes
- name: Generate note
Expand Down

0 comments on commit 7ae4bf4

Please sign in to comment.