Skip to content

Commit

Permalink
revert to v2.xmain
Browse files Browse the repository at this point in the history
Signed-off-by: James Struga <[email protected]>
  • Loading branch information
James Struga committed Jan 10, 2023
1 parent 9719cdf commit 3d3b709
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
release: ${{ github.event.inputs.PERFORM_RELEASE }}

- name: '[Prep 6] build'
uses: zowe-actions/zlux-builds/plugins/zlux-plugins@users/jstruga/add-npm-publish
uses: zowe-actions/zlux-builds/plugins/zlux-plugins@v2.x/main
with:
build-zss: true

Expand All @@ -87,7 +87,7 @@ jobs:

- name: '[Prep 9] NodeJS project setup'
if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }}
uses: zowe-actions/zlux-builds/plugins/npm-setup@users/jstruga/add-npm-publish
uses: zowe-actions/zlux-builds/plugins/npm-setup@v2.x/main
with:
package-name: 'org.zowe.zlux-angular-file-tree'
install-registry-url: ${{ env.DEFAULT_NPM_PRIVATE_INSTALL_REGISTRY }}
Expand All @@ -100,4 +100,4 @@ jobs:

- name: '[Prep 10] Publish NPM Package '
if: ${{ github.event.inputs.PERFORM_RELEASE == 'true' && env.RELEASE == 'true' }}
uses: zowe-actions/zlux-builds/plugins/npm-publish@users/jstruga/add-npm-publish
uses: zowe-actions/zlux-builds/plugins/npm-publish@v2.x/main

0 comments on commit 3d3b709

Please sign in to comment.