Skip to content

Commit

Permalink
less v
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-Splunk committed Dec 6, 2021
1 parent 464d111 commit dbc3e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# run: cat Release.txt
- name: Set output
id: vars
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/v}
- name: Check output
env:
RELEASE_VERSION: ${{ steps.vars.outputs.tag }}
Expand Down

0 comments on commit dbc3e69

Please sign in to comment.