Skip to content

Commit

Permalink
Merge pull request #23 from zowe/fix-pipeline-defect-v1
Browse files Browse the repository at this point in the history
Allow zowe-v1-lts to publish releases.
  • Loading branch information
awharn authored May 16, 2022
2 parents f45e163 + 9d9ebae commit f8c140d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Create Release
id: release-create
if: ${{ github.ref == 'refs/heads/master' && steps.build.outcome == 'success' && github.event_name == 'workflow_dispatch' && github.event.inputs.zowe-version && github.event.inputs.zowe-version != '' && github.event.inputs.release == 'true' }}
if: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/zowe-v1-lts') && steps.build.outcome == 'success' && github.event_name == 'workflow_dispatch' && github.event.inputs.zowe-version && github.event.inputs.zowe-version != '' && github.event.inputs.release == 'true' }}
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f8c140d

Please sign in to comment.