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:51 +01:00
parent 9d9d856587
commit 6277b6ad8e
Signed by: Piotr Icikowski
GPG Key ID: 3931CA47A91F7666

View File

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