Commit 05a6b4b
Fix NPM deployment failure for trusted publishing (#781)
* Initial plan
* fix: add NPM_TOKEN to workflow and document deployment setup
- Add npm-token parameter to test-and-release workflow
- Create comprehensive deployment setup guide in docs/DEPLOYMENT_SETUP.md
- Add deployment setup reference to README.md
- Fixes automated deployment failure caused by missing NPM authentication
Co-authored-by: DutchmanNL <7318445+DutchmanNL@users.noreply.github.com>
* fix: configure workflow for NPM trusted publishing
- Remove npm-token parameter (trusted publishing is configured on npmjs.com)
- Update deployment documentation for trusted publishing setup
- Add verification steps and troubleshooting guide
- Update README to reflect trusted publishing usage
- Add comment explaining intentional omission of npm-token
Co-authored-by: DutchmanNL <7318445+DutchmanNL@users.noreply.github.com>
* fix: correct repository URL format in package.json
- Change repository URL from https:// to git+https:// format
- This addresses npm publish warning about URL normalization
- Follows npm package.json standard for git repository URLs
Co-authored-by: DutchmanNL <7318445+DutchmanNL@users.noreply.github.com>
* Delete docs/DEPLOYMENT_SETUP.md
* Update README.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update .github/workflows/test-and-release.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix: address PR review feedback
- Add changelog entry for deployment documentation under WORK IN PROGRESS
- Improve permissions comment clarity in workflow to explicitly map each permission to its purpose
- Fix GitHub branding consistency (was incorrectly using "Github")
Co-authored-by: DutchmanNL <7318445+DutchmanNL@users.noreply.github.com>
* Revise deployment documentation for auto deployment
Updated CI/CD section to address auto deployment issues.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: DutchmanNL <7318445+DutchmanNL@users.noreply.github.com>
Co-authored-by: Rafal Drozda <DutchmanNL@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent f25311e commit 05a6b4b
File tree
3 files changed
+20
-2
lines changed- .github/workflows
3 files changed
+20
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
144 | 147 | | |
145 | 148 | | |
146 | 149 | | |
| |||
173 | 176 | | |
174 | 177 | | |
175 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
176 | 191 | | |
177 | 192 | | |
178 | 193 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments