Skip to content

Commit 4ead347

Browse files
committed
update env variable setting
1 parent d6d88b3 commit 4ead347

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
- name: Check out code
1313
uses: actions/checkout@v2
1414
- name: Parse the new version number check against current release
15+
env:
16+
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
1517
run: |
1618
echo ::set-env name=VER::$(cat ./VERSION | tr -d "[:space:]")
1719
- name: Build the binary

0 commit comments

Comments
 (0)