diff --git a/.gitea/workflows/iso-builder.yml b/.gitea/workflows/iso-builder.yml index e47c0cf..3f945d9 100644 --- a/.gitea/workflows/iso-builder.yml +++ b/.gitea/workflows/iso-builder.yml @@ -112,7 +112,7 @@ jobs: - name: Publish ${{ matrix.host }} ISO as a Gitea release if: ${{ github.event_name != 'workflow_dispatch' || inputs.publish-release }} - uses: actions/gitea-release-action@v1 + uses: akkuman/gitea-release-action@v1 with: token: ${{ secrets.UPLOAD_TOKEN }} tag_name: ${{ steps.tag.outputs.tag }}