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.
1 parent b288022 commit ecdf584Copy full SHA for ecdf584
.github/workflows/release.yaml
@@ -70,6 +70,7 @@ jobs:
70
token: ${{ secrets.GITHUB_TOKEN }}
71
72
publish-container:
73
+ needs: [create-release, upload-assets]
74
uses: explodingcamera/liwan/.github/workflows/container.yaml@main
75
with:
76
tag: ${{ github.ref_name }}
0 commit comments