Skip to content

Commit

Permalink
chore: update npm configuration during publishing
Browse files Browse the repository at this point in the history
Signed-off-by: nx673747 <[email protected]>
  • Loading branch information
nx673747 committed Nov 12, 2024
1 parent a94029b commit fc41b5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/zowe-cli-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ 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
- uses: zowe-actions/octorelease@v1
with:
working-dir: zowe-cli-id-federation-plugin
Expand Down

0 comments on commit fc41b5d

Please sign in to comment.