Skip to content

Commit

Permalink
Merge pull request #1 from tkruer/tk-dev
Browse files Browse the repository at this point in the history
Fixes for Github actions
  • Loading branch information
tkruer authored Apr 23, 2024
2 parents 95c2205 + 015134e commit 59f00b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Create Release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
with:
tag_name: ${{ steps.semantic-version.outputs.version }}
release_name: Release ${{ steps.semantic-version.outputs.version }}
Expand All @@ -45,4 +45,3 @@ jobs:

- name: Push Tags
run: git push --follow-tags

0 comments on commit 59f00b5

Please sign in to comment.