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 8f6a8c8 commit c69a6daCopy full SHA for c69a6da
1 file changed
.woodpecker/release.yml
@@ -24,6 +24,7 @@ steps:
24
- apt update && apt install -y rsync
25
- . /woodpecker/deploy.vault.env
26
- pnpm install
27
+ - pnpm test
28
- /bin/bash ./.woodpecker/buildRelease.sh
29
- npm audit signatures
30
@@ -54,4 +55,4 @@ steps:
54
55
status: [success]
56
commands:
57
- - /bin/sh ./.woodpecker/buildSlackNotify.sh success
58
+ - /bin/sh ./.woodpecker/buildSlackNotify.sh success
0 commit comments