diff --git a/.gitea/workflows/check-publish-release.yml b/.gitea/workflows/check-publish-release.yml index 6576f96..9ed19ca 100644 --- a/.gitea/workflows/check-publish-release.yml +++ b/.gitea/workflows/check-publish-release.yml @@ -19,9 +19,8 @@ jobs: - name: Publish to git.jessebrault.com run: ./gradlew publishAllPublicationsToGiteaRepository - name: Release to git.jessebrault.com - uses: https://gitea.com/actions/release-action@main + uses: akkuman/gitea-release-action@v1 with: files: |- cli/build/distributions/*.tar cli/build/distributions/*.zip - api_key: '${{secrets.RELEASE_TOKEN}}'