Skip to content

Commit

Permalink
build(release): update release event
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed Apr 11, 2020
1 parent 634f876 commit 15a65d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: lets publish
run: |
echo "::set-env name=TAG::$($GITHUB_REF | sed 's|.*\/||')"
echo "::set-env name=TAG::$(echo $GITHUB_REF | sed 's|.*\/||')"
echo $TAG
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 15a65d4

Please sign in to comment.