diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 5df230d..4da9608 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -125,7 +125,7 @@ jobs: args: --non-interactive --skip-existing dist/* - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: dist/* generate_release_notes: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c56f729..efc1ce3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -147,7 +147,7 @@ jobs: path: artifacts - name: Create Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: name: Release ${{ needs.validate.outputs.version }} draft: false