From e5e404d6df7df014d67c005ab10dc2f142651dbf Mon Sep 17 00:00:00 2001 From: avcopan Date: Wed, 19 Nov 2025 16:47:28 -0500 Subject: [PATCH] Use alternative release action --- .github/workflows/release.yml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32ff2b1..e02c323 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,15 +40,6 @@ jobs: run: | pixi run bumpver update --patch - - name: Get version tag - id: version - run: echo "value=$(pixi run current-version)" >> $GITHUB_OUTPUT - # Create GitHub Release - - name: Create Release - uses: actions/create-release@v1 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - tag_name: ${{ steps.version.outputs.value }} - release_name: "Release ${{ steps.version.outputs.value }}" \ No newline at end of file + - name: Release + uses: softprops/action-gh-release@v2 \ No newline at end of file