Skip to content

Commit

Permalink
fix(release): missing details for semantic release
Browse files Browse the repository at this point in the history
  • Loading branch information
thatkookooguy committed Oct 20, 2023
1 parent 9c0b778 commit 557d21d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,16 @@ jobs:
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm ci
env:
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.BOT_TOKEN }}
- name: Build
run: npm run build --if-present
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
GIT_AUTHOR_NAME: k1b1b0t
GIT_AUTHOR_EMAIL: [email protected]
GIT_COMMITTER_NAME: k1b1b0t
GIT_COMMITTER_EMAIL: [email protected]
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.BOT_TOKEN }}
run: npm run semantic-release

0 comments on commit 557d21d

Please sign in to comment.