Skip to content

Commit 634f876

Browse files
committed
build(release): update release event
1 parent 828cd18 commit 634f876

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
with:
2020
node-version: ${{ matrix.node-version }}
2121
- name: lets publish
22-
run:
22+
run: |
2323
echo "::set-env name=TAG::$($GITHUB_REF | sed 's|.*\/||')"
2424
echo $TAG
2525
env:
26-
CI: true
26+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)