Skip to content

Commit 0e8c40c

Browse files
committed
Update tagged release pipeline to fix auth
1 parent e2ae55d commit 0e8c40c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tagged_release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
os: [ ubuntu-latest, windows-latest, macos-latest ]
1212
node: [ 18 ]
1313
runs-on: ${{matrix.os}}
14+
env:
15+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
1416
steps:
1517
- name: Set up Git repository
1618
uses: actions/checkout@v3
@@ -37,6 +39,8 @@ jobs:
3739
needs:
3840
- test
3941
runs-on: ubuntu-latest
42+
env:
43+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4044
steps:
4145
- name: Set up Git repository
4246
uses: actions/checkout@v3

0 commit comments

Comments
 (0)