Skip to content

Commit 51174c4

Browse files
committed
chore: fix deploy-npm actions
1 parent 66357e4 commit 51174c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ jobs:
104104
needs: [lint, test]
105105
runs-on: ubuntu-latest
106106
steps:
107+
- uses: actions/checkout@v3
107108
- uses: ./.github/actions/deploy-npm
108109
with:
109110
npm_token: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)