Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
npm run make
- name: '[prep 6] Publish'
uses: zowe-actions/zlux-builds/zen/publish@v2.x/main
uses: zowe-actions/zlux-builds/zen/publish@v3.x/main
with:
os: ubuntu
perform-release: ${{ github.event.inputs.PERFORM_RELEASE }}
Expand All @@ -66,7 +66,7 @@ jobs:
run: |
npm run make
- name: '[prep 6] Publish'
uses: zowe-actions/zlux-builds/zen/publish@v2.x/main
uses: zowe-actions/zlux-builds/zen/publish@v3.x/main
with:
os: windows
perform-release: ${{ github.event.inputs.PERFORM_RELEASE }}
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
run: |
npm run make
- name: '[prep 7] Publish'
uses: zowe-actions/zlux-builds/zen/publish@v2.x/main
uses: zowe-actions/zlux-builds/zen/publish@v3.x/main
with:
os: macos
perform-release: ${{ github.event.inputs.PERFORM_RELEASE }}
Expand Down Expand Up @@ -131,6 +131,6 @@ jobs:

- name: '[Release 2] Bump Zen Version (if necessary)'
if: ${{ success() && github.event.inputs.PERFORM_RELEASE == 'true' }}
uses: zowe-actions/zlux-builds/zen/bump-version@v2.x/main
uses: zowe-actions/zlux-builds/zen/bump-version@v3.x/main
env:
GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "Zowe",
"description": "Zowe Server Install Wizard",
"productName": "zowe-install-wizard",
"version": "1.0.1",
"version": "1.1.0",
"main": ".webpack/main",
"scripts": {
"start": "electron-forge start --enable-logging",
Expand Down
Loading