Skip to content

Commit 01d0892

Browse files
committed
fix: trying
1 parent 147403c commit 01d0892

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
build:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-node@v2
@@ -16,7 +16,9 @@ jobs:
1616
- run: yarn
1717
- run: yarn test
1818
- name: Semantic Release
19+
run: yarn release
1920
env:
2021
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
22-
run: yarn release
22+
- run: yarn publish
23+
env:
24+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)