We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0f7f23 + 9a041e3 commit d94031cCopy full SHA for d94031c
1 file changed
.github/workflows/nightly-build.yml
@@ -249,7 +249,7 @@
249
# Only run this step, if not called from another workflow. And a previous step is successful with releasedRequired=true
250
id: release
251
if: ${{ ! inputs.skip_tagging_and_releases && steps.check-nightly-tag-force-update.outcome == 'success' && env.releaseRequired == 'true' && !inputs.is_PR }}
252
- uses: softprops/action-gh-release@v2
+ uses: softprops/action-gh-release@v3
253
env:
254
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
255
with:
0 commit comments