Skip to content

Commit c8330eb

Browse files
committed
it will work someday
1 parent 62fad67 commit c8330eb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ jobs:
3737
- name: Build
3838
run: bun run build
3939

40+
# https://gist.github.com/jaywcjlove/a178278521a6f72c74525d3f1d9c4bf9
4041
- name: Publish
4142
run: NODE_AUTH_TOKEN="" npm publish --provenance --access public
42-
env:
43-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
NODE_AUTH_TOKEN: ""

0 commit comments

Comments
 (0)