We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2aaac commit 4e181e4Copy full SHA for 4e181e4
1 file changed
.github/workflows/publish.yml
@@ -1,6 +1,8 @@
1
name: Publish package to the Maven Central Repository and GitHub Packages
2
on:
3
- push:
+ release:
4
+ types:
5
+ - created
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
0 commit comments