Skip to content

Commit 27b968a

Browse files
committed
ci: Merge steps
1 parent 3af7340 commit 27b968a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ 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:
2823
- run: npx semantic-release
2924
env:
3025
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)