From 4387fa7bc3fd2c16d899bfb7d8aa97070c5cc4f5 Mon Sep 17 00:00:00 2001 From: Wang Guan Date: Sat, 14 Dec 2024 21:47:49 +0900 Subject: [PATCH] fix ci --- .github/workflows/publish-npm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-npm.yaml b/.github/workflows/publish-npm.yaml index a541cb0..c23440d 100644 --- a/.github/workflows/publish-npm.yaml +++ b/.github/workflows/publish-npm.yaml @@ -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 \ No newline at end of file