Skip to content

Commit bf4ae47

Browse files
committed
release.yml: npm publishコマンドのオプションとenvの記述を削除
1 parent 2eeee52 commit bf4ae47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,4 @@ jobs:
9595
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9696

9797
- name: publish
98-
run: npm publish --provenance -w packages/${{ inputs.package }}
99-
env:
100-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
98+
run: npm publish -w packages/${{ inputs.package }}

0 commit comments

Comments
 (0)