mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
fix: publish-packages
should depends on package
and version
Some checks are pending
Some checks are pending
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…
Reference in a new issue