Skip to content

Commit 7e923e6

Browse files
committed
ci(github-actions): skip release action if no version is bumped
1 parent a61dfb8 commit 7e923e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bumpversion.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,4 @@ jobs:
2626
with:
2727
tag: v${{ env.REVISION }}
2828
bodyFile: "body.md"
29+
skipIfReleaseExists: true

0 commit comments

Comments
 (0)