From 1338b0dd2306f5965e202d3cf068fba12bc3896c Mon Sep 17 00:00:00 2001 From: xiaofei <122727418+xiaozhou26@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:18:18 +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 5f95b6f9..bdc223b6 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.2.0 + run: git tag v2.2.1 - name: Push tag env: GHCR_PAT: ${{ secrets.GHCR_PAT }} - run: git push origin v2.2.0 + run: git push origin v2.2.1 - name: Create and Upload Release uses: softprops/action-gh-release@v1 env: GHCR_PAT: ${{ secrets.GHCR_PAT }} with: - tag_name: v2.2.0 - name: Release v2.2.0 + tag_name: v2.2.1 + name: Release v2.2.1 files: | aurora-linux-amd64.tar.gz aurora-windows-amd64.tar.gz