Skip to content

Commit

Permalink
fix: Remove 'v' in versino set
Browse files Browse the repository at this point in the history
  • Loading branch information
geokrety-bot committed Aug 7, 2023
1 parent bdddcbf commit 16ae341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-set.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Get values
id: vars
run: |
echo "version=$GITHUB_REF_NAME" | tee $GITHUB_OUTPUT
echo "version=${GITHUB_REF_NAME#v}" | tee $GITHUB_OUTPUT
[ -f source/.versionset ] || { echo ".versionset file missing"; exit 1; }
echo "version_set_name=$(cat source/.versionset)" | tee $GITHUB_OUTPUT
Expand Down

0 comments on commit 16ae341

Please sign in to comment.