There was an error while loading. Please reload this page.
1 parent 4696d0b commit f456f9dCopy full SHA for f456f9d
.github/workflows/package.yml
@@ -18,8 +18,10 @@ jobs:
18
npm ci
19
npm pack
20
file=$(realpath $(ls -t *.tgz | head -1))
21
- echo "::message::generated ${file}"
22
- - run: npm publish ${file}
+ echo "::notice::generated ${file}"
+ echo "::group::Start publish"
23
+ npm publish ${file}
24
+ echo "::endgroup::"
25
env:
26
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
27
build-github:
@@ -35,7 +37,9 @@ jobs:
35
37
36
38
39
40
41
42
43
44
45
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments