Skip to content

Commit

Permalink
getting auth right
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-huganir committed Mar 10, 2024
1 parent 600d4b4 commit 4cb7389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.AUTH_TOKEN }}
run: |-
gh release create --generate-notes "$version" "./dist/$binary"
gh release create --generate-notes "$version" "./dist/$binary_name"

0 comments on commit 4cb7389

Please sign in to comment.