Skip to content

Commit

Permalink
Merge pull request #30 from openziti/no-major-version-on-edit-release
Browse files Browse the repository at this point in the history
stop setting v1 tag when release draft is edited
  • Loading branch information
qrkourier authored Nov 27, 2023
2 parents 72b0c9c + 501c3fd commit b2ac5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/major-version.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Keep the major version tag up-to-date
on:
release:
types: [published, edited]
types: [published]

permissions:
contents: write
Expand Down

0 comments on commit b2ac5a7

Please sign in to comment.