Skip to content

Commit

Permalink
⏮️ reverting release meta
Browse files Browse the repository at this point in the history
  • Loading branch information
mountainash authored Dec 23, 2023
1 parent 087a934 commit 6479826
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 @@ -41,5 +41,9 @@ jobs:
- name: Release
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
GIT_AUTHOR_NAME: "BetaHuhn Bot"
GIT_AUTHOR_EMAIL: "[email protected]"
GIT_COMMITTER_NAME: "BetaHuhn Bot"
GIT_COMMITTER_EMAIL: "[email protected]"
COMMIT_ASSETS: dist

0 comments on commit 6479826

Please sign in to comment.