Skip to content

Commit

Permalink
fix: workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahboston committed Aug 30, 2023
1 parent 374baea commit 8798935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.NPM_TOKEN }}
persist-auth: false
- name: Setup Node.js
uses: actions/setup-node@v3
with:
Expand All @@ -31,6 +31,6 @@ jobs:
- run: npm install @semantic-release/git
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release

0 comments on commit 8798935

Please sign in to comment.