Skip to content

Commit a4345f0

Browse files
committed
release workflow: do not push tags, push to master
1 parent f85be0f commit a4345f0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jreleaser-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,5 @@ jobs:
6262
message: "chore: bump version to ${{ github.event.inputs.nextVersion }}-SNAPSHOT"
6363
author_email: '[email protected]'
6464
author_name: 'Framefork BOT'
65-
tags: true
65+
branch: master
66+
tags: false

0 commit comments

Comments
 (0)