Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.ref_name == 'main' }}
needs: [ci]
permissions:
contents: write
actions: write
steps:
- name: Checkout
uses: actions/checkout@v5
with:
# we need to fetch all existing git tags
fetch-depth: 0

- name: Create git tags and publish to Maven Central
Expand Down