Skip to content

Commit 23191e1

Browse files
committed
temp: remove release action
1 parent 92dcd15 commit 23191e1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
- name: Test
3030
run: yarn test
3131

32-
- name: Publish
33-
env:
34-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35-
run: |
36-
echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
37-
node scripts/publish.js
32+
# - name: Publish
33+
# env:
34+
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
35+
# run: |
36+
# echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
37+
# node scripts/publish.js

0 commit comments

Comments
 (0)