mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-20 11:44:59 +00:00
fix: publish-packages
should depends on package
and version
This commit is contained in:
parent
a263002c83
commit
9f5cbaba09
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
@ -25,6 +25,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
version: ${{ needs.version.outputs.version }}
|
version: ${{ needs.version.outputs.version }}
|
||||||
publish-packages:
|
publish-packages:
|
||||||
|
needs: [package, version]
|
||||||
name: Publish Packages
|
name: Publish Packages
|
||||||
uses: ./.github/workflows/publish-packages.yml
|
uses: ./.github/workflows/publish-packages.yml
|
||||||
secrets:
|
secrets:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue