File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ jobs:
115115
116116 # Step 4: Create stable GitHub release with all artifacts
117117 - name : Create release
118- uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20 .0
118+ uses : ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21 .0
119119 with :
120120 tag : v${{ steps.release_version.outputs.NextSemVer }}
121121 prerelease : false # This is a stable release
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ jobs:
229229
230230 # Step 6: Create GitHub release with all artifacts
231231 - name : Create release
232- uses : ncipollo/release-action@b7eabc95ff50cbeeedec83973935c8f306dfcd0b # v1.20 .0
232+ uses : ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd # v1.21 .0
233233 if : steps.check_prs.outputs.BUILD_NEEDED == 'true'
234234 with :
235235 tag : v${{ steps.format_version.outputs.NextSemVer }}
You can’t perform that action at this time.
0 commit comments