Skip to content

Commit

Permalink
fix: add token so it can upload
Browse files Browse the repository at this point in the history
  • Loading branch information
pikdum committed May 28, 2023
1 parent 981a6c7 commit 493664e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ jobs:
- run: npm run build
if: ${{ steps.release.outputs.release_created }}
- run: gh release upload ${{ steps.release.outputs.tag_name }} ./bin/vortex-linux
env:
GH_TOKEN: ${{ github.token }}
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 493664e

Please sign in to comment.