Skip to content

Commit

Permalink
Specify the repo when creating the GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
wilkinsona committed Mar 28, 2024
1 parent a72683e commit a350d4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
run: |
gh release create ${{ github.ref_name }} --notes-file changelog.md
gh release create ${{ github.ref_name }} --repo ${{ github.repository }} --notes-file changelog.md

0 comments on commit a350d4d

Please sign in to comment.