We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2363a commit 76e5f68Copy full SHA for 76e5f68
1 file changed
.github/workflows/release-please.yml
@@ -34,15 +34,15 @@ jobs:
34
with:
35
node-version: 20
36
registry-url: 'https://registry.npmjs.org'
37
- if: ${{ steps.release.outputs.release_created }}
+ # if: ${{ steps.release.outputs.release_created }}
38
39
- run: npm ci
40
41
42
- run: npm test
43
44
45
- run: npm publish
46
env:
47
NODE_AUTH_TOKEN: ${{secrets.UUID_NPM_RELEASE_TOKEN}}
48
0 commit comments