Skip to content

Commit 76e5f68

Browse files
committed
chore: test npm publish from release-please
1 parent 3a2363a commit 76e5f68

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ jobs:
3434
with:
3535
node-version: 20
3636
registry-url: 'https://registry.npmjs.org'
37-
if: ${{ steps.release.outputs.release_created }}
37+
# if: ${{ steps.release.outputs.release_created }}
3838

3939
- run: npm ci
40-
if: ${{ steps.release.outputs.release_created }}
40+
# if: ${{ steps.release.outputs.release_created }}
4141

4242
- run: npm test
43-
if: ${{ steps.release.outputs.release_created }}
43+
# if: ${{ steps.release.outputs.release_created }}
4444

4545
- run: npm publish
4646
env:
4747
NODE_AUTH_TOKEN: ${{secrets.UUID_NPM_RELEASE_TOKEN}}
48-
if: ${{ steps.release.outputs.release_created }}
48+
# if: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)