diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 111d72fd..1fc611b0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: id: release uses: softprops/action-gh-release@v1 with: - tag_name: v2.2.0 + tag_name: v2.2.1 token: ${{ secrets.GITHUB_TOKEN }} target_commitish: main draft: true