From 7df1758484547357f5303b2dbc7719e5489d9a01 Mon Sep 17 00:00:00 2001 From: Mikal Stordal Date: Sun, 20 Oct 2024 12:29:09 +0200 Subject: [PATCH] repo: change push tag action --- .github/workflows/build-daily.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-daily.yml b/.github/workflows/build-daily.yml index 6dfdfe8ed..82b4cc738 100644 --- a/.github/workflows/build-daily.yml +++ b/.github/workflows/build-daily.yml @@ -293,7 +293,7 @@ jobs: submodules: recursive - name: Push pre-release tag - uses: actions-ecosystem/action-push-tag@v1 + uses: rickstaa/action-create-tag@v1 with: tag: ${{ needs.current_info.outputs.tag }} message: Shoko Server v${{ needs.current_info.outputs.version }} Pre-Release