ci: fix publish workflow
This commit is contained in:
parent
0e6508ac07
commit
dbef065579
2 changed files with 40 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue