We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a5d3f5 commit fb45881Copy full SHA for fb45881
.github/workflows/main.yml
@@ -58,4 +58,4 @@ jobs:
58
run: mvn -P github-packages -DskipTests -B deploy
59
env:
60
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
61
- if: github.event_name == 'release' && github.event.action == 'published' && matrix.os == 'ubuntu-latest'
+ if: github.event_name == 'release' && github.event.action == 'created' && matrix.os == 'ubuntu-latest'
0 commit comments