From 0ad28d3b09580b0959034e50404aa089904b2c24 Mon Sep 17 00:00:00 2001 From: xiaofei <122727418+xiaozhou26@users.noreply.github.com> Date: Tue, 21 May 2024 07:47:53 +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 bebd85c1..c1c662b8 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.7 + run: git tag v2.1.8 - name: Push tag env: GHCR_PAT: ${{ secrets.GHCR_PAT }} - run: git push origin v2.1.7 + run: git push origin v2.1.8 - name: Create and Upload Release uses: softprops/action-gh-release@v1 env: GHCR_PAT: ${{ secrets.GHCR_PAT }} with: - tag_name: v2.1.7 - name: Release v2.1.7 + tag_name: v2.1.8 + name: Release v2.1.8 files: | aurora-linux-amd64.tar.gz aurora-windows-amd64.tar.gz