Skip to content

Commit

Permalink
Try to fix gh upload
Browse files Browse the repository at this point in the history
  • Loading branch information
basilgello committed Jan 28, 2024
1 parent 5520ef0 commit 7b5300a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trunk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ jobs:
- name: Publish release
run: |
gh release create trunk --prerelease yggstack-* || gh release upload --clobber trunk yggstack-*
gh release create trunk --prerelease yggstack-* || gh release upload trunk yggstack-* --clobber
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 7b5300a

Please sign in to comment.