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