Skip to content

Commit

Permalink
chore: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
devdanco committed Sep 25, 2023
1 parent 640380e commit eb8f538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
id: dry-run-release-version
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
outputs:
new-release-published: ${{ steps.dry-run-release-version.outputs.new-release-published }}
new-release-version: ${{ steps.dry-run-release-version.outputs.new-release-version }}
Expand All @@ -59,4 +59,4 @@ jobs:
run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit eb8f538

Please sign in to comment.