Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pmanko authored Oct 17, 2022
1 parent 1a5d3f5 commit fb45881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:
run: mvn -P github-packages -DskipTests -B deploy
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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 comments on commit fb45881

Please sign in to comment.