https://github.com/2sem/patch-package-resolved
Github Action to fix Package.resolved file is corrupted or malformed; fix or delete the file
https://github.com/2sem/patch-package-resolved
Last synced: 4 months ago
JSON representation
Github Action to fix Package.resolved file is corrupted or malformed; fix or delete the file
- Host: GitHub
- URL: https://github.com/2sem/patch-package-resolved
- Owner: 2sem
- License: mit
- Created: 2024-04-12T14:25:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T00:39:48.000Z (about 2 years ago)
- Last Synced: 2024-04-22T07:21:49.286Z (about 2 years ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
In the last article I solved Package.resolved issue and was glad to assist many people.
Recently, I encountered the same issue while updating another app.
This prompted me to devise a custom GitHub action for streamlined resolution..
# Issue
Package.resolved file is corrupted or malformed; fix or delete the file
# Usage
```
- name: Patch Xcode 15.3
uses: 2sem/patch-package-resolved@v2
```
# [Change Logs](https://github.com/2sem/patch-package-resolved/blob/main/changelog.md)
# Article
[Package.resolved file is corrupted or malformed; fix or delete the file](https://toyboy2.medium.com/package-resolved-file-is-corrupted-or-malformed-fix-or-delete-the-file-baeb572863fc)