Skip to content

Commit fb45881

Browse files
authored
Update main.yml
1 parent 1a5d3f5 commit fb45881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
run: mvn -P github-packages -DskipTests -B deploy
5959
env:
6060
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61-
if: github.event_name == 'release' && github.event.action == 'published' && matrix.os == 'ubuntu-latest'
61+
if: github.event_name == 'release' && github.event.action == 'created' && matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)