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