ci: fix publish workflow

This commit is contained in:
Johannes Loher 2025-02-22 22:02:19 +01:00
parent 0e6508ac07
commit dbef065579
2 changed files with 40 additions and 20 deletions

View file

@ -25,6 +25,11 @@ steps:
- pnpm install --frozen-lockfile
release:
image: *node_image
environment:
FORGE_TOKEN_NAME:
from_secret: forge_token_name
FORGE_TOKEN:
from_secret: forge_token
commands:
- <<: *enable_pnpm
- apt-get update
@ -42,6 +47,3 @@ steps:
- git tag -f $${RELEASE_VERSION}
- git push origin ${CI_COMMIT_BRANCH}
- git push origin $${RELEASE_VERSION}
secrets:
- forge_token_name
- forge_token