Skip to content

Commit

Permalink
fix: add github token
Browse files Browse the repository at this point in the history
  • Loading branch information
greendoescode authored Sep 2, 2024
1 parent b5bd284 commit 3757f09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
id: check-tag
with:
tag: 'V${{ steps.get-version.outputs.version }}'
github_token: ${{ secrets.GITHUB_TOKEN }}

- name: Create or update GitHub Release
id: create_or_update_github_release
Expand Down

0 comments on commit 3757f09

Please sign in to comment.