Skip to content

Commit e927eec

Browse files
committed
ci: Fix publish gh action
1 parent 69b8e01 commit e927eec

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,7 @@ jobs:
2020
yarn install
2121
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"
2222
yarn test
23-
24-
publish-npm:
25-
needs: install
26-
runs-on: ubuntu-18.04
27-
steps:
28-
- uses: actions/checkout@v1
29-
- uses: actions/setup-node@v1
30-
with:
31-
node-version: 12
32-
registry-url: https://registry.npmjs.org/
33-
- run: npx semantic-release
23+
npx semantic-release
3424
env:
3525
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3626
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)