From 35090c97a45aadeeb46cbfb52f14a1c4b70490c0 Mon Sep 17 00:00:00 2001 From: xiaofei <122727418+xiaozhou26@users.noreply.github.com> Date: Sat, 18 May 2024 00:27:01 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4a18155..bebd85c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,20 +19,20 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" - name: Create tag - run: git tag v2.1.6 + run: git tag v2.1.7 - name: Push tag env: GHCR_PAT: ${{ secrets.GHCR_PAT }} - run: git push origin v2.1.6 + run: git push origin v2.1.7 - name: Create and Upload Release uses: softprops/action-gh-release@v1 env: GHCR_PAT: ${{ secrets.GHCR_PAT }} with: - tag_name: v2.1.6 - name: Release v2.1.6 + tag_name: v2.1.7 + name: Release v2.1.7 files: | aurora-linux-amd64.tar.gz aurora-windows-amd64.tar.gz