Skip to content

Commit

Permalink
always set vars [#11]
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Sep 3, 2022
1 parent 0a8d63c commit 4aa8fd5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:

- name: Set vars
id: setvars
if: startsWith(github.ref, 'refs/tags/')
run: |
VER_TAG=${GITHUB_REF/refs\/tags\/v/}
echo "::set-output name=relver::${VER_TAG}"
Expand Down

0 comments on commit 4aa8fd5

Please sign in to comment.