diff --git a/pacquet/.github/workflows/release-to-npm.yml b/pacquet/.github/workflows/release-to-npm.yml index 839c946556..333a7796d3 100644 --- a/pacquet/.github/workflows/release-to-npm.yml +++ b/pacquet/.github/workflows/release-to-npm.yml @@ -174,7 +174,7 @@ jobs: done - name: Create GitHub Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v3 with: name: pacquet v${{ needs.build.outputs.version }} draft: true