Commit 1234bf1
fix(CI): publish nightly - incorrect relative paths to scripts & missing build.log (#2891)
## Description
Fixing issues making the CI not work!
## Changes
* fixed relative paths to `set-version` script from `create-npm-package`
script
* removed job steps of `npm-screens-publish-nightly` workflow, since we
do not generate `build.log` file at any point; we're also not including
any `node_module` files into a release due to `whitelist` placed in
`package.json`.
## Test code and steps to reproduce
Let's see whether CI passes
## Checklist
- [ ] Ensured that CI passes
---------
Co-authored-by: Artur Bilski <[email protected]>1 parent 56c6085 commit 1234bf1
File tree
2 files changed
+4
-14
lines changed- .github/workflows
- scripts
2 files changed
+4
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | 38 | | |
51 | 39 | | |
52 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | | - | |
| 7 | + | |
6 | 8 | | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
0 commit comments