Skip to content

Commit 06fb73e

Browse files
committed
fix: github action publish env
1 parent e966c02 commit 06fb73e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/svelte-ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
release:
99
types: [published]
1010

11+
env:
12+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
13+
1114
jobs:
1215
build:
1316
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)