Skip to content

Commit baeac12

Browse files
committed
chore: fixed release.yml to use the release maven profile
Signed-off-by: Maximillian Arruda <[email protected]>
1 parent 953ee87 commit baeac12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
git config --global user.email "[email protected]"
4646
4747
- name: Build with Maven and Deploy To Maven Central Repository
48-
run: mvn -B release:prepare release:perform
48+
run: mvn -B release:prepare release:perform -P release
4949
env:
5050
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
5151
MAVEN_CENTRAL_TOKEN: ${{ secrets.MAVEN_CENTRAL_TOKEN }}

0 commit comments

Comments
 (0)