Skip to content

Commit

Permalink
Add autotag script (#7)
Browse files Browse the repository at this point in the history
* run the tag and release manually

* add the GH_TOKEN properly
  • Loading branch information
jazzsequence authored Aug 4, 2023
1 parent 3a57125 commit 29b8bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ jobs:
uses: actions/checkout @v3
- name: Tag & Release
run: bash ./bin/tag-release.sh
with:
gh-token: ${{ github.token }}
env:
GH_TOKEN: ${{ github.token }}

0 comments on commit 29b8bbb

Please sign in to comment.