revert: remove sync-cargo-lock job from release workflow#53
Closed
quiet-node wants to merge 1 commit intomainfrom
Closed
revert: remove sync-cargo-lock job from release workflow#53quiet-node wants to merge 1 commit intomainfrom
quiet-node wants to merge 1 commit intomainfrom
Conversation
Removes the sync-cargo-lock job and the pr output added in PRs #43-#52. The release-please action started failing with 'Resource not accessible by integration' and the sync job is the only change to this workflow in that window. Reverting to the original two-job workflow to restore stability. Signed-off-by: Logan Nguyen <lg.131.dev@gmail.com>
Owner
Author
|
Closing — user wants to keep the sync-cargo-lock functionality. Investigating the release-please failure separately. |
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.
Removes the `sync-cargo-lock` job and the `pr` output added across PRs #43, #45, #47, #50, and #52.
The release-please action began failing with `Resource not accessible by integration` after those changes were introduced. This restores `release-please.yml` to its original two-job state.
Note: `release-please-config.json` is already back to its original state (no `signoff` field). `src-tauri/Cargo.lock` keeps the 0.2.1 fix from #43 since that was a standalone correctness fix unrelated to the workflow.
🤖 Generated with Claude Code