Skip to content

Commit 3ec58d6

Browse files
committed
feat: enable automatic npm publishing when NPM_TOKEN is configured
1 parent 4c37cf3 commit 3ec58d6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,10 @@ jobs:
6969

7070
- name: Release
7171
if: ${{ inputs.dry_run == false }}
72-
run: npm run release -- --increment=${{ inputs.release_type }} --no-npm.publish --ci
72+
run: npm run release -- --increment=${{ inputs.release_type }} --ci
7373
env:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
75+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
7576

7677
- name: Upload Desktop Extension to release
7778
if: ${{ inputs.dry_run == false }}

0 commit comments

Comments
 (0)