Skip to content

Commit

Permalink
ci: put linus in charge of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
barredterra committed Mar 12, 2024
1 parent 934da29 commit d0084de
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ jobs:
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
GIT_AUTHOR_NAME: "linus-alyf"
GIT_AUTHOR_EMAIL: "[email protected]"
GIT_COMMITTER_NAME: "linus-alyf"
GIT_COMMITTER_EMAIL: "[email protected]"
run: npx semantic-release

0 comments on commit d0084de

Please sign in to comment.