Skip to content

Commit

Permalink
Remove v prefix when extracting expected version
Browse files Browse the repository at this point in the history
  • Loading branch information
brianschubert committed Dec 30, 2023
1 parent 524941e commit 1bab48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Check version consistency
# language=sh
run: |
tag_prefix="refs/tags/"
tag_prefix="refs/tags/v"
pushed_ref="${{ github.ref }}"
expected_version="${pushed_ref#${tag_prefix}}"
Expand Down

0 comments on commit 1bab48e

Please sign in to comment.