Skip to content

Commit 18c7aba

Browse files
committed
Remove environment variable and switch to npm publish
1 parent 907064e commit 18c7aba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ jobs:
112112
restore-keys: |
113113
${{ runner.os }}-yarn-
114114
- run: yarn dev
115-
- run: yarn publish
116-
env:
117-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
115+
- run: npm publish
118116
deploy:
119117
name: Deploy to GitHub Pages
120118
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)