Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Dec 14, 2024
1 parent 4387fa7 commit b20b086
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: !startsWith(github.ref, 'refs/tags/')
dry-run: ${{ !startsWith(github.ref, 'refs/tags/') }
package: ./socket.io-serverless

0 comments on commit b20b086

Please sign in to comment.