Skip to content

Commit

Permalink
fix: multiline env output (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx authored Oct 31, 2023
1 parent 3fa4e67 commit 5bd92f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/subql_deploy_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,9 @@ jobs:
- name: Publish SubQL version
run: |
IPFSCID=$(npx subql publish -o -f .)
echo "IPFSCID=$IPFSCID" >> $GITHUB_ENV
echo "IPFSCID=$IPFSCID<<EOF" >> $GITHUB_ENV
echo "CID: $IPFSCID"
echo "EOF" >> $GITHUB_ENV
- name: Delete Project
if: ${{ inputs.resetProject }}
run: |
Expand Down

0 comments on commit 5bd92f6

Please sign in to comment.