diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35a1250..b1b6d30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -283,7 +283,7 @@ jobs: password: ${{ secrets.PYPI_API_TOKEN }} - name: 📢 Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: dist/* generate_release_notes: true