Skip to content

Commit 20b0d98

Browse files
committed
build(release): update release event
1 parent 15a65d4 commit 20b0d98

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
node-version: ${{ matrix.node-version }}
2121
- name: lets publish
2222
run: |
23-
echo "::set-env name=TAG::$(echo $GITHUB_REF | sed 's|.*\/||')"
24-
echo $TAG
23+
echo ${GITHUB_REF##*/}
2524
env:
2625
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)