From 6c3f88edf3d43c519a33260625c3b928fbaae71f Mon Sep 17 00:00:00 2001 From: Felix Boerner Date: Sat, 13 Jan 2024 18:43:23 +0100 Subject: ci: use normal release --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdcd71c..46104cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,4 +11,4 @@ jobs: release: name: Release if: ${{ github.event.workflow_run.conclusion == 'success' }} - uses: escalate/github-actions-workflows/.github/workflows/release-go.yml@master + uses: escalate/github-actions-workflows/.github/workflows/release.yml@master -- cgit v1.2.3