Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keiya01 committed May 30, 2024
1 parent 05b41ad commit 1d170ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/npm_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
version-args:
required: true
type: string
secrets:
npm-token:
required: true

jobs:
versioning:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -40,6 +44,6 @@ jobs:
node-version: lts/*
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
token: ${{ secrets.npm-token }}
tag: ${{ inputs.tag }}
dry-run: true
2 changes: 2 additions & 0 deletions .github/workflows/release_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ jobs:
with:
tag: beta
version-args: --preid beta prerelease
secrets:
npm-token: ${{ secrets.NPM_TOKEN }}

0 comments on commit 1d170ec

Please sign in to comment.