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 da19c35 commit 6686a93Copy full SHA for 6686a93
.github/workflows/ci.yaml
@@ -41,10 +41,14 @@ jobs:
41
runs-on: ubuntu-latest
42
if: ${{ github.ref_name == 'main' }}
43
needs: [ci]
44
+ permissions:
45
+ contents: write
46
+ actions: write
47
steps:
48
- name: Checkout
49
uses: actions/checkout@v5
50
with:
51
+ # we need to fetch all existing git tags
52
fetch-depth: 0
53
54
- name: Create git tags and publish to Maven Central
0 commit comments