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 0038c97 commit 8943490
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=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_OUTPUT
echo "version=${{ github.ref }}" >> $GITHUB_OUTPUT
- name: Extract changelog
id: extract_changelog
Expand Down

0 comments on commit 8943490

Please sign in to comment.