Skip to content

Commit

Permalink
if
Browse files Browse the repository at this point in the history
  • Loading branch information
jpshilton-op committed Aug 28, 2023
1 parent 9646335 commit 2ae1977
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/getver/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ outputs:

runs:
using: "composite"
if: startsWith(github.ref, 'refs/tags/v')

steps:
- id: vertag
shell: bash
if: startsWith(github.ref, 'refs/tags/v')
run: echo "version=${GITHUB_REF/refs\/tags\/v/}" >> $GITHUB_OUTPUT

0 comments on commit 2ae1977

Please sign in to comment.