From 6d4d4b3562e552f81975222223c399df4a2f613f Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Tue, 18 Jul 2023 15:15:12 -0500 Subject: [PATCH] Use fork. --- .gitea/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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