Skip to content

Commit

Permalink
Merge pull request #6 from Noahnc/feat/fix_version
Browse files Browse the repository at this point in the history
fix version format
  • Loading branch information
Noahnc authored Aug 26, 2023
2 parents 95b65c7 + 5c5b07c commit 9c11416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,5 @@ jobs:
- name: Publish release
uses: softprops/action-gh-release@v1
with:
tag_name: "v.${{ steps.calculate_version.outputs.new_version }}"
tag_name: "v${{ steps.calculate_version.outputs.new_version }}"
generate_release_notes: true

0 comments on commit 9c11416

Please sign in to comment.