Skip to content

Commit 62c27bc

Browse files
authored
Merge pull request #38 from 8base/fix-gci-script
fix: fix missprint
2 parents 56f6c2e + 22b03b1 commit 62c27bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
release:
55
types: [created]
66

7+
env:
8+
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
9+
710
jobs:
811
publish:
912
runs-on: ubuntu-latest
@@ -27,7 +30,4 @@ jobs:
2730
run: yarn test
2831

2932
- name: Publish
30-
run: sh ./bin/pubpish.sh
31-
32-
env:
33-
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
33+
run: sh ./bin/publish.sh

0 commit comments

Comments
 (0)