Skip to content

Commit

Permalink
Add missing dependency in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
FDiskas committed Mar 11, 2021
1 parent 50b7597 commit ef60a31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
node-version: 14.x
registry-url: https://registry.npmjs.org
always-auth: true
- run: yarn global add git-extras
- run: yarn install --frozen-lockfile
- run: yarn version --new-version "${GITHUB_REF:11}" --no-git-tag-version
- run: yarn publish --access public
Expand All @@ -43,6 +44,7 @@ jobs:
with:
node-version: 14.x
registry-url: https://npm.pkg.github.com
- run: yarn global add git-extras
- run: yarn install --frozen-lockfile
- run: yarn version --new-version "${GITHUB_REF:11}" --no-git-tag-version
- run: yarn publish --access public
Expand Down

0 comments on commit ef60a31

Please sign in to comment.