publish-server after build in dev

This commit is contained in:
Shantur Rathore
2025-11-27 19:48:35 +00:00
parent daa7e3a6d1
commit ccd65fbc74

View File

@@ -57,7 +57,9 @@ jobs:
secrets: inherit secrets: inherit
publish-server: publish-server:
needs: prepare-dev needs:
- prepare-dev
- build-and-upload
uses: ./.github/workflows/manual-npm-publish.yml uses: ./.github/workflows/manual-npm-publish.yml
with: with:
version: ${{ needs.prepare-dev.outputs.version }} version: ${{ needs.prepare-dev.outputs.version }}