Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
Fix setting VCS_REF env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacker Cat committed Nov 20, 2020
1 parent d2b4e8d commit 7982b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v2

- name: Set tag to environment variable
run: echo ::set-env name=VCS_REF::${GITHUB_REF#refs/*/}
run: echo "VCS_REF=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV

- name: Output info to log
run: |
Expand Down

0 comments on commit 7982b1c

Please sign in to comment.