Commit fad0522
authored
ci: use explicit dry-run input for npm publish (#322)
We now pass in an explicit `dry-run` parameter when calling
`action-npm-publish`, rather than relying on it to infer whether it's a
dry run or not from context.
This ensures that if authentication is not setup correctly, CI will
fail rather than silently suceeding with a dry run.1 parent cab3c2e commit fad0522
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
83 | 84 | | |
84 | 85 | | |
85 | 86 | | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
0 commit comments