Skip to content

Commit 6afef37

Browse files
build: revert previous changes
1 parent f30f328 commit 6afef37

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Diff for: .github/workflows/publish.yaml

-5
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ jobs:
2929
- name: Run build
3030
run: npm run build
3131

32-
- name: Login to npm
33-
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35-
run: npm login --registry=https://registry.npmjs.org
36-
3732
- name: Publish package
3833
run: npm publish --access public
3934
env:

0 commit comments

Comments
 (0)