Skip to content

Commit 9f5cbab

Browse files
committed
fix: publish-packages should depends on package and version
1 parent a263002 commit 9f5cbab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
version: ${{ needs.version.outputs.version }}
2727
publish-packages:
28+
needs: [package, version]
2829
name: Publish Packages
2930
uses: ./.github/workflows/publish-packages.yml
3031
secrets:

0 commit comments

Comments
 (0)