diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index e734c880..648993ae 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -37,7 +37,7 @@ jobs: run: | cp ${{ steps.build.outputs.package-file }} ./laconic-so - name: "Create release" - uses: actions/action-gh-release@gitea-v1 + uses: https://gitea.com/cerc-io/action-gh-release@gitea-v1 with: tag_name: ${{ steps.build-info.outputs.build-tag }} # On the publish test branch, mark our release as a draft