fix: gh-release issue by using a pinned version#86
Merged
Conversation
Error Message: > 1: 0xcc7f77 node::Assert(node::AssertionInfo const&) [/home/runner/runners/2.325.0/externals/node20/bin/node] > 2: 0xcd24fa node::fs::FileHandle::ClosePromise() [/home/runner/runners/2.325.0/externals/node20/bin/node] > 3: 0xcd2666 node::fs::FileHandle::Close(v8::FunctionCallbackInfov8::Value const&) [/home/runner/runners/2.325.0/externals/node20/bin/node] > 4: 0xf6c56f v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo) [/home/runner/runners/2.325.0/externals/node20/bin/node] > 5: 0xf6cddd [/home/runner/runners/2.325.0/externals/node20/bin/node] > 6: 0xf6d2a5 v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*) [/home/runner/runners/2.325.0/externals/node20/bin/node] > 7: 0x1977df6 [/home/runner/runners/2.325.0/externals/node20/bin/node] >----- JavaScript stack trace ----- >1: close (node:internal/fs/promises:250:23) >2: upload (/home/runner/work/_actions/softprops/action-gh-release/v2/dist/index.js:16:16275)
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR fixes the gh-release issue by updating the GitHub Actions workflow to use a pinned version of softprops/action-gh-release.
- Updated the release job to use softprops/action-gh-release@v2.2.2.
- Added inline comments referencing the related issue for clarity.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Error Message: