Skip to content

Commit 77ea8a0

Browse files
committed
Fix token
1 parent fefe60f commit 77ea8a0

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,10 @@ jobs:
4040
- name: Build
4141
run: pnpm build
4242

43-
- working-directory: 'dist'
44-
run: |
45-
ls -l
46-
4743
- name: Publish to npm
48-
uses: tobua/release-npm-action@v3
49-
with:
44+
env:
5045
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
51-
MANUAL_TRIGGER: ${{ github.event.inputs.manual }}
46+
working-directory: 'dist'
47+
run: |
48+
ls -l
49+
npm publish

0 commit comments

Comments
 (0)