We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8047c81 commit 5d2b165Copy full SHA for 5d2b165
.github/workflows/publish beta npm.yml
@@ -28,6 +28,7 @@ jobs:
28
run: |
29
git config --local user.email "action@github.com"
30
git config --local user.name "GitHub Action"
31
+ npm install
32
cd packages
33
cd ${{ github.event.inputs.packagePath }}
34
npm install
.github/workflows/publish npm.yml
@@ -30,6 +30,7 @@ jobs:
35
36
0 commit comments