Skip to content

Commit

Permalink
Fixing publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
dijs committed Dec 17, 2020
1 parent db27fe5 commit 6de6a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ 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}}
Expand Down

0 comments on commit 6de6a15

Please sign in to comment.