From 72ad93bf68008e05e669f059eb5c3e6a65fe3144 Mon Sep 17 00:00:00 2001 From: Shengyu Zhang Date: Mon, 21 Oct 2024 16:09:13 +0800 Subject: [PATCH] update --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6f318435..d47e0530 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,7 +2,7 @@ name: release assets on: release: types: [created] - push: +# push: jobs: debian-bullseye: @@ -31,8 +31,8 @@ jobs: GH_REF: ${{ github.ref }} steps: - uses: actions/checkout@v4 - with: - fetch-depth: 0 # for `git describe --tags` + # with: + # fetch-depth: 0 # for on-push + `git describe --tags` - uses: msys2/setup-msys2@v2 name: Init MSYS2/MINGW64 environment with: