Skip to content

Commit 06ec04a

Browse files
authored
Merge pull request #267 from com-pas/fix/266_Maven_assets_are_not_deployed_for_prerelease
fix(#266): deploy maven assets also for prerelease - Github Action
2 parents 8b3e0ac + 9ac146c commit 06ec04a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Release Project
66

77
on:
88
release:
9-
types: [ released ]
9+
types: [ published ]
1010

1111
jobs:
1212
publish:
@@ -42,4 +42,4 @@ jobs:
4242
- name: Deploy with Maven to GitHub Packages
4343
run: mvn --batch-mode -s custom_maven_settings.xml clean deploy
4444
env:
45-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)