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 319c71a commit a86f8c2Copy full SHA for a86f8c2
template/{% if git_platform=="github.com" %}.github{% endif %}/workflows/ci.yml.jinja
@@ -39,7 +39,7 @@ jobs:
39
if: always() && needs.check.outputs.branch-pr == ''
40
uses: ./.github/workflows/_container.yml
41
with:
42
- publish: ${{jobs.test.result == 'success'}}
+ publish: ${{needs.test.result == 'success'}}
43
permissions:
44
contents: read
45
packages: write
@@ -49,7 +49,7 @@ jobs:
49
50
uses: ./.github/workflows/_docs.yml
51
52
53
54
{% endif %}
55
dist:
0 commit comments