Skip to content

Commit 755b582

Browse files
authored
Remove dry run from npm publish
1 parent d07927c commit 755b582

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ jobs:
3131
uses: JS-DevTools/npm-publish@v1
3232
with:
3333
token: ${{ secrets.NPM_TOKEN }}
34-
dry-run: true
3534
tag: ${{ github.event.release.prerelease && 'beta' || 'latest' }}

0 commit comments

Comments
 (0)