Skip to content

Commit 4cba7e7

Browse files
committed
fix: env
1 parent 275d8c2 commit 4cba7e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ on:
99
jobs:
1010
publish:
1111
runs-on: ubuntu-latest
12+
env:
13+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
14+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1215
steps:
1316
- name: Checkout
1417
uses: actions/checkout@v3
@@ -18,6 +21,3 @@ jobs:
1821
run: yarn build
1922
- name: Release
2023
run: yarn release
21-
env:
22-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)