Use reusable publish workflow with explicit versions
This commit is contained in:
1
.github/workflows/dev-release.yml
vendored
1
.github/workflows/dev-release.yml
vendored
@@ -60,5 +60,6 @@ jobs:
|
||||
needs: prepare-dev
|
||||
uses: ./.github/workflows/manual-npm-publish.yml
|
||||
with:
|
||||
version: ${{ needs.prepare-dev.outputs.version }}
|
||||
dist_tag: dev
|
||||
secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user