Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
liamaharon committed Oct 24, 2023
1 parent b142bc6 commit 080ef2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
*These runtimes were built with **$(SRTOOL rustc)** using **[$(SRTOOL gen)](https://github.com/paritytech/srtool)***
EOF
for JSON in $(<<<$CONTEXT sort -sr)
for JSON in $(<<<$CONTEXT sort -sr)
do tee -a DRAFT <<-EOF
SPEC_NAME=$(WASM 'core_version.specName')
# Check for spec names and adjust the heading accordingly
Expand All @@ -136,7 +136,7 @@ jobs:
📦 IPFS: $(WASM ipfs_hash)
~~~
EOF
done
done
- name: Create release
id: create-release
Expand Down

0 comments on commit 080ef2a

Please sign in to comment.