Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jokester committed Dec 14, 2024
1 parent bfabe1a commit 845c7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-npm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
node-version: "20"

- uses: pnpm/action-setup@v4

- run: git submodule init && git submodule update

- run: pnpm install
Expand All @@ -29,4 +29,4 @@ jobs:
with:
token: ${{ secrets.NPM_TOKEN }}
dry-run: ${{ !(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) }}
package: ./socket.io-serverless
package: ./socket.io-serverless/package.json

0 comments on commit 845c7c8

Please sign in to comment.