Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Dec 14, 2024
1 parent 5dcd28f commit 4387fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- uses: JS-DevTools/npm-publish@v3
with:
token: ${{ secrets.NPM_TOKEN }}
dry-run: ${{ ! ( github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') ) }}
dry-run: !startsWith(github.ref, 'refs/tags/')
package: ./socket.io-serverless

0 comments on commit 4387fa7

Please sign in to comment.