We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11635bf commit e6b3364Copy full SHA for e6b3364
1 file changed
.github/workflows/release.yml
@@ -23,8 +23,6 @@ jobs:
23
node-version: 16
24
registry-url: 'https://external-dot-oss-automation.appspot.com'
25
if: ${{ steps.release.outputs.release_created }}
26
- - run: npm ci
27
- if: ${{ steps.release.outputs.release_created }}
28
- run: npm publish
29
env:
30
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments