Skip to content

Commit 7b618a7

Browse files
Remove npm publish steps from staging workflow
Removed npm publishing steps for node-wrapper in staging analysis workflow.
1 parent 39c4aef commit 7b618a7

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/staging-analysis.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,4 @@ jobs:
5454
tags: |
5555
codecharta/codecharta-analysis:staging
5656
codecharta/codecharta-analysis:staging-${{ env.SHORT_SHA }}
57-
58-
# Publish node-wrapper to npm with staging tag
59-
- name: Update package version
60-
working-directory: ./analysis/node-wrapper
61-
run: |
62-
npm version "0.0.0-staging-${SHORT_SHA}" --no-git-tag-version
63-
64-
- name: Publish to npm
65-
working-directory: ./analysis/node-wrapper
66-
run: |
67-
npm ci || (echo "npm ci failed, regenerating lock file and retrying..." && npm install --package-lock-only && npm ci)
68-
npm run prepare
69-
npm publish --tag staging
70-
env:
71-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
72-
57+

0 commit comments

Comments
 (0)