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 4aef808 commit 9b2df2bCopy full SHA for 9b2df2b
.github/workflows/publish.yml
@@ -1,8 +1,8 @@
1
name: Publish package to the Maven Central Repository
2
on:
3
push:
4
-# release:
5
-# types: [created]
+ tags:
+ - *
6
jobs:
7
publish:
8
runs-on: ubuntu-latest
0 commit comments