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 47521e5 commit 9da52a1Copy full SHA for 9da52a1
.github/workflows/automatic_generation.yml
@@ -54,7 +54,7 @@ jobs:
54
test:
55
needs: generate_package
56
runs-on: "ubuntu-latest"
57
- if: ${{ needs.generate_package.outputs.need_to_release }}
+ if: needs.generate_package.outputs.need_to_release == 'true'
58
strategy:
59
matrix:
60
python-version: [3.8, 3.9]
@@ -79,7 +79,7 @@ jobs:
79
make_release:
80
needs: [generate_package, test]
81
82
83
steps:
84
- uses: actions/checkout@v2
85
- name: download artifact
0 commit comments