-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #117 from zowe/users/jstruga/fix-versions
Fix version and process
- Loading branch information
Showing
6 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,8 +129,14 @@ jobs: | |
|
||
- name: '[Prep 8] Deploy ' | ||
uses: zowe-actions/zlux-builds/plugins/[email protected]/main | ||
|
||
- name: '[Prep 9] Bump Staging Version ' | ||
if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} | ||
uses: zowe-actions/zlux-builds/plugins/[email protected]/main | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }} | ||
|
||
- name: '[Prep 9] NodeJS project setup' | ||
- name: '[Prep 10] NodeJS project setup' | ||
if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} | ||
uses: zowe-actions/zlux-builds/plugins/[email protected]/main | ||
with: | ||
|
@@ -142,13 +148,7 @@ jobs: | |
publish-registry-email: ${{ secrets.NPM_PRIVATE_REGISTRY_EMAIL }} | ||
publish-registry-username: ${{ secrets.NPM_PRIVATE_REGISTRY_USERNAME }} | ||
publish-registry-password: ${{ secrets.NPM_PRIVATE_REGISTRY_PASSWORD }} | ||
|
||
- name: '[Prep 11] Bump Staging Version ' | ||
if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} | ||
uses: zowe-actions/zlux-builds/plugins/[email protected]/main | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }} | ||
|
||
- name: '[Prep 10] Publish NPM Package ' | ||
- name: '[Prep 11] Publish NPM Package ' | ||
if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} | ||
uses: zowe-actions/zlux-builds/plugins/[email protected]/main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters