We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2741896 commit 8f4960eCopy full SHA for 8f4960e
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout
16
uses: actions/checkout@v3
17
18
- - uses: actions/setup-node@v4
+ - uses: actions/setup-node@v3
19
with:
20
node-version: 18
21
registry-url: 'https://registry.npmjs.org'
@@ -38,8 +38,6 @@ jobs:
38
- name: Publish
39
run: yarn publish
40
working-directory: dist
41
- env:
42
- NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
43
44
publish-to-github:
45
runs-on: ubuntu-latest
@@ -50,7 +48,7 @@ jobs:
50
48
51
49
52
53
54
55
56
registry-url: 'https://npm.pkg.github.com'
@@ -73,3 +71,5 @@ jobs:
73
71
74
72
75
+ env:
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments