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