Skip to content

Commit

Permalink
update release workflow to take env variable (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveromahony committed Jun 25, 2024
1 parent c150b56 commit 13f805c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
env:
TOKEN: ${{ inputs.uploadJWT }}
run: |
make release
UPLOAD_URL=${{ secrets.UPLOAD_URL}} make release
- name: Publish Github Release
if: ${{ inputs.publishPackages == true }}
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
Expand Down

0 comments on commit 13f805c

Please sign in to comment.