Skip to content

Commit

Permalink
ci: edit release package workflow to match v regex
Browse files Browse the repository at this point in the history
  • Loading branch information
FallenDeity committed Dec 23, 2023
1 parent 0d56301 commit b16d8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
id: changelog
uses: coditory/changelog-parser@v1
with:
version: ${{ steps.tag_name.outputs.tag_name }}
version: v${{ steps.tag_name.outputs.tag_name }}

- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit b16d8a6

Please sign in to comment.