We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89e2580 commit 49ea4efCopy full SHA for 49ea4ef
.github/workflows/release-please.yml
@@ -24,10 +24,10 @@ jobs:
24
with:
25
node-version: 14
26
registry-url: 'https://external-dot-oss-automation.appspot.com/'
27
- if: ${{ steps.release.outputs.release_created }}
+ if: ${{ steps.release.outputs.releases_created }}
28
- run: npm install
29
30
- run: npm publish --tag=latest-15
31
env:
32
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
33
0 commit comments