We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce78df4 commit 923c238Copy full SHA for 923c238
.github/workflows/release-please.yml
@@ -13,18 +13,3 @@ jobs:
13
with:
14
token: ${{ secrets.GITHUB_TOKEN }}
15
release-type: node
16
- # The logic below handles the npm publication:
17
- - uses: actions/checkout@v3
18
- # these if statements ensure that a publication only occurs when
19
- # a new release is created:
20
- if: ${{ steps.release.outputs.release_created }}
21
- - uses: actions/setup-node@v3
22
- with:
23
- node-version: 16
24
- registry-url: 'https://external-dot-oss-automation.appspot.com'
25
- cache: npm
26
27
- - run: npm publish
28
- env:
29
- NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
30
0 commit comments