We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
publish-packages
package
version
1 parent a263002 commit 9f5cbabCopy full SHA for 9f5cbab
.github/workflows/release.yml
@@ -25,6 +25,7 @@ jobs:
25
with:
26
version: ${{ needs.version.outputs.version }}
27
publish-packages:
28
+ needs: [package, version]
29
name: Publish Packages
30
uses: ./.github/workflows/publish-packages.yml
31
secrets:
0 commit comments