mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-01 02:53:07 +08:00
Update publish.yml
This commit is contained in:
parent
3472031203
commit
be0f4a016d
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
|||||||
npm version patch
|
npm version patch
|
||||||
npm run build
|
npm run build
|
||||||
git add . || true
|
git add . || true
|
||||||
git commit -m "Build Update" || true
|
git commit -m "Build update" || true
|
||||||
git push "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY"
|
git push "https://$GITHUB_ACTOR:$GITHUB_TOKEN@github.com/$GITHUB_REPOSITORY"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
Loading…
Reference in New Issue
Block a user