Commit 5b47043
committed
chore(workflow): implement trusted npm publishing in GitHub Actions
- Updated the publish command in .releaserc.json to use an environment variable for the npm command, enhancing security for trusted publishing.
- Added a step in the publish-to-npm-alpha.yml workflow to resolve the trusted npm command and set it as an environment variable.1 parent 1471464 commit 5b47043
2 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
0 commit comments