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

This commit is contained in:
Piotr Icikowski 2024-12-29 19:42:57 +01:00
parent 73808ce1dd
commit f5bdf6dbf4
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