ci(release): update release workflow
All checks were successful
ci/woodpecker/push/release Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
Piotr Icikowski 2024-12-29 19:42:55 +01:00
parent d5500a9310
commit 4890d790fc
Signed by: Piotr Icikowski
GPG Key ID: 3931CA47A91F7666

View File

@ -5,9 +5,11 @@ when:
steps:
semantic-release:
image: node:latest
secrets:
- gitea_token
- git_credentials
environment:
GITEA_TOKEN:
from_secret: gitea_token
GIT_CREDENTIALS:
from_secret: git_credentials
commands:
- npm i
- npm run release