Skip to content

Commit 0793f33

Browse files
committed
publish script update
1 parent 1adb79d commit 0793f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
npm ci
1919
OUTPUT=$(npm run release)
2020
VERSION=v$(echo $OUTPUT | rev | cut -d'@' -f 1 | rev)
21-
ACTIONS_ALLOW_UNSECURE_COMMANDS=true
2221
echo "::set-env name=VERSION::${VERSION}"
2322
env:
2423
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
24+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
2525
- uses: actions/checkout@v2
2626
- uses: actions/checkout@v2
2727
with:

0 commit comments

Comments
 (0)