We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66357e4 commit 51174c4Copy full SHA for 51174c4
1 file changed
.github/workflows/release.yaml
@@ -104,6 +104,7 @@ jobs:
104
needs: [lint, test]
105
runs-on: ubuntu-latest
106
steps:
107
+ - uses: actions/checkout@v3
108
- uses: ./.github/actions/deploy-npm
109
with:
110
npm_token: ${{ secrets.NPM_TOKEN }}
0 commit comments