Skip to content

Commit

Permalink
ci: dont use v tags
Browse files Browse the repository at this point in the history
  • Loading branch information
kruserr committed Feb 23, 2024
1 parent 33798c2 commit 92c755a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Extract version
id: extract_version
run: |
VERSION=${GITHUB_REF#refs/tags/v}
VERSION=${GITHUB_REF#refs/tags/}
echo "::set-output name=version::${VERSION}"
echo "::set-output name=major::${VERSION%%.*}"
echo "::set-output name=minor::${VERSION%.*}"
Expand Down

0 comments on commit 92c755a

Please sign in to comment.