Skip to content

Commit

Permalink
Update release-branch.yml
Browse files Browse the repository at this point in the history
adding back secret that was removed
  • Loading branch information
oliveromahony authored Nov 7, 2024
1 parent 8f5aaef commit ba19e23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ jobs:
az logout
if: always()
- name: Upload Release Assets
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# clobber overwrites existing assets of the same name
run: |
gh release upload --clobber v${{env.VERSION}} \
Expand Down

0 comments on commit ba19e23

Please sign in to comment.