Skip to content

Commit

Permalink
Export env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynforthewyn committed Sep 25, 2023
1 parent ec08dfd commit 030eac9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ jobs:
- name: 'Prepare a template file'
run: |
SHA_VALUE=${{ steps.generate-sha256.outputs.sha256 }}
URL_VALUE=${{ env.SOURCE_CODE_URL }}
export SHA_VALUE=${{ steps.generate-sha256.outputs.sha256 }}
export URL_VALUE=${{ env.SOURCE_CODE_URL }}
sed -i "s|sha256.*|sha256: \"$SHA_VALUE\"|" Formula/templ.rb
sed -i "s|url.*|url: \"$URL_VALUE\"|" Formula/templ.rb
Expand Down

0 comments on commit 030eac9

Please sign in to comment.