diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 78211a7..390a233 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -33,7 +33,7 @@ jobs: find . -name '*.whl' -exec sh -c 'sha256sum "$0" > "${0%}.sha256"' {} \; cd .. - name: 📝 Create GitHub release - uses: ncipollo/release-action@v1.14.0 + uses: ncipollo/release-action@v1.16.0 with: token: ${{ secrets.GITHUB_TOKEN }} draft: true