Skip to content

Commit 284c5c4

Browse files
committed
chore: fix branch name for release
1 parent b9b9219 commit 284c5c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: mvn -B verify -Dgpg.skip=true
2828

2929
release:
30-
if: contains(github.ref, 'release') && startsWith(github.event.head_commit.message, '[release]')
30+
if: contains(github.ref, 'master') && startsWith(github.event.head_commit.message, '[release]')
3131
runs-on: ubuntu-latest
3232
needs: [build]
3333
name: Release

0 commit comments

Comments
 (0)