diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 259fac7..a5f79a9 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -129,7 +129,7 @@ jobs: echo "Container image: \`${IMAGE}:${{ steps.semver.outputs.full }}\`" >> RELEASE_NOTES.md - name: Create Gitea release - uses: https://gitea.com/actions/gitea-release-action@v1 + uses: akkuman/gitea-release-action@v1 with: tag_name: ${{ github.ref_name }} name: v${{ steps.semver.outputs.full }}