Skip to content

Commit ef60a31

Browse files
committed
Add missing dependency in pipeline
1 parent 50b7597 commit ef60a31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

+2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
node-version: 14.x
2929
registry-url: https://registry.npmjs.org
3030
always-auth: true
31+
- run: yarn global add git-extras
3132
- run: yarn install --frozen-lockfile
3233
- run: yarn version --new-version "${GITHUB_REF:11}" --no-git-tag-version
3334
- run: yarn publish --access public
@@ -43,6 +44,7 @@ jobs:
4344
with:
4445
node-version: 14.x
4546
registry-url: https://npm.pkg.github.com
47+
- run: yarn global add git-extras
4648
- run: yarn install --frozen-lockfile
4749
- run: yarn version --new-version "${GITHUB_REF:11}" --no-git-tag-version
4850
- run: yarn publish --access public

0 commit comments

Comments
 (0)