Skip to content

Commit

Permalink
ci: checkout HEAD instead of merge commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Roy Razon committed Nov 28, 2023
1 parent b603da2 commit bba45c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/npm-publish-canary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:

steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- uses: actions/setup-node@v4
with:
node-version: '18.x'
# cache: yarn
cache: yarn

- run: |
rm -rf node_modules packages/*/node_modules
Expand Down

0 comments on commit bba45c4

Please sign in to comment.