Skip to content

Commit

Permalink
Changed the trigger type from release-created to release-published.
Browse files Browse the repository at this point in the history
  • Loading branch information
taojing2002 committed Jan 15, 2025
1 parent 4698b95 commit b1794f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
name: Publish package to GitHub Packages
on:
release:
types: [created]
types: [published, prereleased]
workflow_dispatch:
jobs:
publish:
Expand Down

0 comments on commit b1794f9

Please sign in to comment.