mirror of
https://github.com/easingthemes/ssh-deploy.git
synced 2026-03-01 08:01:01 +08:00
update git release
This commit is contained in:
parent
c0d6c08d4d
commit
53a7c79f65
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -1,5 +1,8 @@
|
||||
name: Release
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
@ -42,3 +45,12 @@ jobs:
|
||||
GIT_COMMITTER_NAME: github-actions
|
||||
GIT_COMMITTER_EMAIL: github-actions@github.com
|
||||
CI: true
|
||||
- name: Commit dist
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
git config --global user.email "ximplez@foxmail.com"
|
||||
git config --global user.name "ximplez"
|
||||
git add dist
|
||||
git commit -m 'dist update'
|
||||
git push
|
||||
|
||||
Loading…
Reference in New Issue
Block a user