Skip to content

Commit

Permalink
chore: update npm config for Zowe CLI Identity Federation Plug-in pub…
Browse files Browse the repository at this point in the history
…lishing (zowe#3899)

* chore: update npm configuration during publishing

Signed-off-by: nx673747 <[email protected]>

* closing if statement

Signed-off-by: nx673747 <[email protected]>

---------

Signed-off-by: nx673747 <[email protected]>
Co-authored-by: nx673747 <[email protected]>
  • Loading branch information
nxhafa and nx673747 committed Nov 20, 2024
1 parent 6e75463 commit 11e8378
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/zowe-cli-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ jobs:
npm run build
npm version ${{ github.event.inputs.scope || env.DEFAULT_SCOPE }}
- name: Update npm configuration
run: |
cd zowe-cli-id-federation-plugin
if [ -e .npmrc ]; then
rm -f .npmrc
fi
- uses: zowe-actions/octorelease@v1
with:
working-dir: zowe-cli-id-federation-plugin
Expand Down

0 comments on commit 11e8378

Please sign in to comment.