We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c4aef commit 7b618a7Copy full SHA for 7b618a7
.github/workflows/staging-analysis.yml
@@ -54,19 +54,4 @@ jobs:
54
tags: |
55
codecharta/codecharta-analysis:staging
56
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
66
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
+
0 commit comments