Skip to content

Commit

Permalink
ci: trying to avoid .git/index.lock error
Browse files Browse the repository at this point in the history
  • Loading branch information
bluelovers committed Jan 23, 2022
1 parent 2313163 commit 7b1b2d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,5 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tags: true

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ci:test": "yarn run test",
"ci:install": "yarn install --frozen-lockfile && yarn add -W typescript@next jest ts-jest ts-node ynpx lerna yarn-tool",
"ci:build": "yarn run plugin:build && yarn run build:commit",
"ci:postpublish": "yarn run postpublish:changelog && yarn run postpublish:git:commit && yarn run postpublish:git:tag",
"ci:postpublish": "yarn run postpublish:changelog && yarn run postpublish:git:commit && yarn run postpublish:git:tag & ci:postpublish",
"npm:publish": "npm publish",
"npm:publish:bump": "yarn run version:bump && npm publish",
"preversion": "echo preversion && yarn run test",
Expand Down

0 comments on commit 7b1b2d9

Please sign in to comment.