From 6c3f88edf3d43c519a33260625c3b928fbaae71f Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Sat, 13 Jan 2024 17:43:23 +0000
Subject: [PATCH] ci: use normal release

---
 .github/workflows/release.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 @@
   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

--
Gitblit v1.10.0