Skip to content

Commit

Permalink
fix: extend github workflow to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
remisbaima committed Apr 21, 2022
1 parent 3836eb6 commit 8989786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Expand Up @@ -5,7 +5,7 @@ name: Maven Package

on:
release:
types: [published]
types: [created, published, released]

jobs:
build:
Expand Down

0 comments on commit 8989786

Please sign in to comment.