Skip to content

Commit

Permalink
Merge pull request #24 from Rhyanz46/aw
Browse files Browse the repository at this point in the history
Update go.yml
  • Loading branch information
Rhyanz46 authored Feb 29, 2024
2 parents dad2626 + 2975108 commit 29e2071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
curl -f -X POST \
-H "Accept: application/vnd.github.v3+json" \
-H "authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "authorization: Bearer ${{ secrets.TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/${{ github.repository }}/releases \
-d '{"tag_name":"${{ steps.bump-semver.outputs.new_version }}", "target_commitish": "${{ github.ref_name }}", "generate_release_notes":true}'

0 comments on commit 29e2071

Please sign in to comment.