diff --git a/.github/workflows/build_test.yml b/.github/workflows/build_test.yml index c71dc2e..daf431f 100644 --- a/.github/workflows/build_test.yml +++ b/.github/workflows/build_test.yml @@ -98,13 +98,13 @@ 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 10] Publish NPM Package ' - if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} - uses: zowe-actions/zlux-builds/plugins/npm-publish@v2.x/main - - - name: '[Prep 11] Bump Staging Version ' + + - name: '[Prep 10] Bump Staging Version ' if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} uses: zowe-actions/zlux-builds/plugins/bump-version@v2.x/main env: GITHUB_TOKEN: ${{ secrets.ZOWE_ROBOT_TOKEN }} + + - name: '[Prep 11] Publish NPM Package ' + if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }} + uses: zowe-actions/zlux-builds/plugins/npm-publish@v2.x/main diff --git a/build/component/package.json b/build/component/package.json index 0d5ce18..63d5464 100644 --- a/build/component/package.json +++ b/build/component/package.json @@ -1,6 +1,6 @@ { "name": "react-sample", - "version": "2.9.0", + "version": "2.10.0", "description": "Sample app Showcasing React Adapter", "main": "react-sample.pax", "homepgae": "https://zowe.org", diff --git a/manifest.yaml b/manifest.yaml index 744c44a..2ed4839 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -2,7 +2,7 @@ name: react-sample id: org.zowe.zlux.sample.react # Without the v -version: 2.9.0 +version: 2.10.0 # Human readable component name title: React Sample # Human readable component description diff --git a/pluginDefinition.json b/pluginDefinition.json index 21d3b01..2b1d51d 100644 --- a/pluginDefinition.json +++ b/pluginDefinition.json @@ -1,7 +1,7 @@ { "identifier": "org.zowe.zlux.sample.react", "apiVersion": "2.0.0", - "pluginVersion": "2.9.0", + "pluginVersion": "2.10.0", "pluginType": "application", "license": "EPL-2.0", "author": "Zowe", diff --git a/webClient/package.json b/webClient/package.json index 64768e2..637199f 100644 --- a/webClient/package.json +++ b/webClient/package.json @@ -1,6 +1,6 @@ { "name": "org.zowe.zlux.sample.react", - "version": "2.9.0", + "version": "2.10.0", "description": "A sample react showcasing react framework in Zowe App Framework", "license": "EPL-2.0", "dependencies": {