Skip to content

Commit af19cfc

Browse files
Try dry run publish anyway
1 parent 4b384c1 commit af19cfc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,11 @@ jobs:
1818
release-type: node
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020
- uses: actions/checkout@v4
21-
if: ${{ steps.release.outputs.release_created }}
2221
- uses: actions/setup-node@v4
2322
with:
2423
cache: 'npm'
2524
node-version: 20
2625
registry-url: 'https://registry.npmjs.org'
27-
if: ${{ steps.release.outputs.release_created }}
2826
- run: npm ci
29-
if: ${{ steps.release.outputs.release_created }}
3027
- run: npm run build
31-
if: ${{ steps.release.outputs.release_created }}
32-
- run: npm publish --access=public --dry-run
33-
if: ${{ steps.release.outputs.release_created }}
28+
- run: npm publish --access=public --dry-run

0 commit comments

Comments
 (0)