We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e11a3d commit 4d565fcCopy full SHA for 4d565fc
4 files changed
.woodpecker/release.yml
@@ -17,26 +17,26 @@ steps:
17
- infisical export --domain https://vault.devforth.io/api --format=dotenv-export --env="prod" > /woodpecker/deploy.vault.env
18
19
build:
20
- image: node:20
+ image: devforth/node20-pnpm:latest
21
when:
22
- event: push
23
commands:
24
- apt update && apt install -y rsync
25
- . /woodpecker/deploy.vault.env
26
- - npm clean-install
+ - pnpm install
27
- /bin/bash ./.woodpecker/buildRelease.sh
28
- npm audit signatures
29
30
release:
31
32
33
- event:
34
- push
35
branch:
36
- main
37
38
39
- - npx semantic-release
+ - pnpm exec semantic-release
40
41
slack-on-failure:
42
image: curlimages/curl
0 commit comments