Skip to content

Commit

Permalink
cannot bundle if the sdk is not published yet
Browse files Browse the repository at this point in the history
Signed-off-by: zFernand0 <[email protected]>
  • Loading branch information
zFernand0 committed Feb 1, 2024
1 parent c04c36d commit 198a855
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,16 +80,16 @@ jobs:
# with:
# env_vars: OS,NODE

- name: Bundle all packages
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18.x'
run: npm i -g vsce && npm run package
# - name: Bundle all packages
# if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18.x'
# run: npm i -g vsce && npm run package

- name: Archive all packages
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18.x'
uses: actions/upload-artifact@v3
with:
name: zowe-cics-client
path: dist/*
# - name: Archive all packages
# if: matrix.os == 'ubuntu-latest' && matrix.node-version == '18.x'
# uses: actions/upload-artifact@v3
# with:
# name: zowe-cics-client
# path: dist/*

release:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
Expand Down
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
registry=https://registry.npmjs.org/
# @zowe:registry=https://zowe.jfrog.io/zowe/api/npm/npm-release/
@zowe:registry=https://zowe.jfrog.io/zowe/api/npm/npm-release/

0 comments on commit 198a855

Please sign in to comment.