Skip to content

Commit

Permalink
ci: update realease workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdenecker committed Aug 8, 2023
1 parent 3d5a16d commit 4e03119
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,8 @@ jobs:
run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_AUTH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
prerelease: false

0 comments on commit 4e03119

Please sign in to comment.