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 2319afc commit e3f0d66Copy full SHA for e3f0d66
.github/workflows/release.yml
@@ -1,7 +1,7 @@
1
name: Release to Maven Central
2
on:
3
release:
4
- types: [created]
+ types: [ released ]
5
jobs:
6
publish:
7
runs-on: ubuntu-latest
@@ -25,7 +25,7 @@ jobs:
25
nexus_username: ${{ secrets.OSSRH_USERNAME }}
26
nexus_password: ${{ secrets.OSSRH_TOKEN }}
27
28
-# This is separate job because there were issues with git after release step, was not able to commit changes. See history.
+ # This is separate job because there were issues with git after release step, was not able to commit changes. See history.
29
update-working-version:
30
31
steps:
0 commit comments