fix path
This commit is contained in:
@@ -32,7 +32,9 @@ jobs:
|
||||
# yarn run lint
|
||||
version=$(yarn version --patch --no-git-tag-version | grep "New version" | cut -d':' -f 2)
|
||||
yarn build
|
||||
./bin/fix-path
|
||||
cd bin
|
||||
./fix-path
|
||||
cd ..
|
||||
git config user.name github-actions
|
||||
git config user.email github-actions@github.com
|
||||
git add .
|
||||
|
||||
Reference in New Issue
Block a user