We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6778d0d commit f26c8adCopy full SHA for f26c8ad
1 file changed
.github/workflows/publish.yml
@@ -10,6 +10,8 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v2
13
+ with:
14
+ submodules: recursive
15
- uses: actions/setup-node@v2
16
with:
17
node-version: 14.x
@@ -28,7 +30,6 @@ jobs:
28
30
registry-url: https://registry.npmjs.org
29
31
always-auth: true
32
- run: npm ci
- - run: npm run prepublish
33
- run: npm version "${GITHUB_REF:11}" --no-git-tag-version
34
- run: npm publish --access public
35
env:
0 commit comments