mirror of
https://github.com/NeuralNomadsAI/CodeNomad.git
synced 2026-07-10 00:14:27 +00:00
publish-server after build in dev
This commit is contained in:
parent
daa7e3a6d1
commit
ccd65fbc74
1 changed files with 3 additions and 1 deletions
4
.github/workflows/dev-release.yml
vendored
4
.github/workflows/dev-release.yml
vendored
|
|
@ -57,7 +57,9 @@ jobs:
|
|||
secrets: inherit
|
||||
|
||||
publish-server:
|
||||
needs: prepare-dev
|
||||
needs:
|
||||
- prepare-dev
|
||||
- build-and-upload
|
||||
uses: ./.github/workflows/manual-npm-publish.yml
|
||||
with:
|
||||
version: ${{ needs.prepare-dev.outputs.version }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue