chore: Merge conflict

Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
Pun Butrach
2025-06-01 19:53:53 +07:00
parent 17d7ed164c
commit 0ee34f028f

View File

@@ -11,15 +11,14 @@ jobs:
release:
name: Release
permissions:
id-token: write
contents: write
attestations: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# Make sure the release step uses its own credentials:
# https://github.com/cycjimmy/semantic-release-action#private-packages
persist-credentials: false
fetch-depth: 0
- name: Setup Java
@@ -29,7 +28,7 @@ jobs:
java-version: "17"
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v2
uses: burrunan/gradle-cache-action@v3
- name: Build
env: