We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b93ca34 commit 40dbdc5Copy full SHA for 40dbdc5
live-demo/deploy/.woodpecker.yml
@@ -17,8 +17,7 @@ steps:
17
- cd adminforth
18
- npm clean-install
19
- /bin/bash ../live-demo/deploy/buildRelease.sh
20
- - npm audit signatures
21
- - npx semantic-release
+ -
22
secrets:
23
- GITHUB_TOKEN
24
- NPM_TOKEN
live-demo/deploy/buildRelease.sh
@@ -4,6 +4,10 @@
4
# write npm run output both to console and to build.log
5
npm run build 2>&1 | tee build.log
6
7
+npm audit signatures | tee build.log
8
+
9
+npx semantic-release | tee build.log
10
11
# if exist status from the npm run build is not 0
12
# then exit with the status code from the npm run build
13
if [ ${PIPESTATUS[0]} -ne 0 ]; then
0 commit comments