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 15bbe2c commit 3e531acCopy full SHA for 3e531ac
.github/workflows/nightly-builds.yml
@@ -57,9 +57,14 @@ jobs:
57
with:
58
version: ${{ needs.vars.outputs.version }}
59
60
+ prepublish:
61
+ if: always()
62
+ needs: [vars, tests]
63
+ runs-on: ubuntu-latest
64
+
65
publish:
66
if: ${{ needs.datagen.result == 'success' }}
- needs: [vars, tests]
67
+ needs: [vars, prepublish]
68
uses: ./.github/workflows/_publish.yml
69
secrets: inherit
70
0 commit comments