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 07cdc19 commit 258cd00Copy full SHA for 258cd00
.github/workflows/release.yml
@@ -26,6 +26,7 @@ jobs:
26
nexus_username: ${{ secrets.OSSRH_USERNAME }}
27
nexus_password: ${{ secrets.OSSRH_TOKEN }}
28
29
+# This is separate job because there were issues with git after release step, was not able to commit changes. See history.
30
update-working-version:
31
runs-on: ubuntu-latest
32
steps:
0 commit comments