Skip to content

Commit

Permalink
publish script update
Browse files Browse the repository at this point in the history
  • Loading branch information
dijs committed Mar 15, 2021
1 parent 1adb79d commit 0793f33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
npm ci
OUTPUT=$(npm run release)
VERSION=v$(echo $OUTPUT | rev | cut -d'@' -f 1 | rev)
ACTIONS_ALLOW_UNSECURE_COMMANDS=true
echo "::set-env name=VERSION::${VERSION}"
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
- uses: actions/checkout@v2
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit 0793f33

Please sign in to comment.