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 aa7d7fd commit 371f625Copy full SHA for 371f625
.github/workflows/build.yml
@@ -474,15 +474,14 @@ jobs:
474
needs:
475
- ci-success
476
- parseversion
477
+ env:
478
+ branch: ${{ needs.parseversion.outputs.branch }}
479
+ majorversion: ${{ needs.parseversion.outputs.majorversion }}
480
+ version: ${{ needs.parseversion.outputs.version }}
481
482
# Only run this when pushing to master branch
483
if: github.ref == 'refs/heads/master'
484
steps:
- - env:
- branch: ${{ needs.parseversion.outputs.branch }}
- majorversion: ${{ needs.parseversion.outputs.majorversion }}
- version: ${{ needs.parseversion.outputs.version }}
485
-
486
- uses: actions/checkout@v3
487
488
- name: Push to stable release branch if master contains stable version
0 commit comments