Skip to content

Commit

Permalink
Merge pull request #11 from mitch1009/mitch1009-patch-1
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
mitch1009 authored Sep 7, 2024
2 parents 5865a0d + 3857f2e commit 2163d8d
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 @@ -53,7 +53,7 @@ jobs:

- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GIT_TOKEN }}
GH_TOKEN: ${{ env.GIT_TOKEN }}
run: |
gh release create v${{ needs.release-version.outputs.release_version }} \
--title "v${{ needs.release-version.outputs.release_version }}" \
Expand Down

0 comments on commit 2163d8d

Please sign in to comment.