Skip to content

Commit

Permalink
update env variable setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tok-kkk committed Jan 19, 2021
1 parent d6d88b3 commit 4ead347
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
- name: Check out code
uses: actions/checkout@v2
- name: Parse the new version number check against current release
env:
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
run: |
echo ::set-env name=VER::$(cat ./VERSION | tr -d "[:space:]")
- name: Build the binary
Expand Down

0 comments on commit 4ead347

Please sign in to comment.