Skip to content

Commit 3cea3ac

Browse files
committed
ci: do not publish to npm in ci
1 parent cfb074f commit 3cea3ac

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/release.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,4 @@ jobs:
4444
run: |
4545
npx changelogithub
4646
env:
47-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
49-
- name: Publish to NPM
50-
run: |
51-
npm publish --access public
52-
env:
53-
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
47+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)