Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
nice-nickname authored Feb 4, 2024
2 parents 6ad877d + a6b023b commit 1c67d87
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
id: get_version
uses: PaulHatch/[email protected]
with:
tag_prefix: ""
bump_each_commit: false
version_format: "${major}.${minor}.${increment}"
tag_prefix: "main/"
bump_each_commit: true
version_format: "${major}.${minor}.${patch}"

- name: create release
id: create_release
Expand Down

0 comments on commit 1c67d87

Please sign in to comment.