Skip to content

Commit

Permalink
test release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
holomekc committed Dec 2, 2023
1 parent f80a0d6 commit b03dd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Extract the version from the tag
id: extract_release
run: |
echo "version=$(git describe --tags)" >> $GITHUB_OUTPUT
echo "version=`echo $(git describe --tags --abbrev=0)`" >> $GITHUB_OUTPUT
- name: Extract changelog
id: extract_changelog
Expand Down

0 comments on commit b03dd3a

Please sign in to comment.