Skip to content

Commit

Permalink
release: fix missing v prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiasac committed Nov 11, 2024
1 parent 37281d5 commit aa1a74b
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 @@ -72,7 +72,7 @@ jobs:
- name: Get version from tag
id: get-version
run: |
echo "tagged_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
echo "tagged_version=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
shell: bash

- name: Build connector definition
Expand Down

0 comments on commit aa1a74b

Please sign in to comment.