Skip to content

Commit

Permalink
Setting env vars from release info
Browse files Browse the repository at this point in the history
  • Loading branch information
spaceo committed May 15, 2024
1 parent 05c9ed9 commit f52191c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-on-branch-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
- name: Write release information in artifact file
run: |
printf '{
"release_branch": ${{ env.RELEASE_BRANCH }},
"release_branch": "${{ env.RELEASE_BRANCH }}",
"release_download_url": "https://github.com/reload/poc-dpl-react-pr-trigger/releases/download/${{ env.TAG_NAME }}/${{ env.DIST_FILENAME }}",
}' >> release-info.json
Expand Down

0 comments on commit f52191c

Please sign in to comment.