Skip to content

Commit

Permalink
update git release
Browse files Browse the repository at this point in the history
  • Loading branch information
xmz committed Apr 19, 2024
1 parent c0d6c08 commit 53a7c79
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Release

permissions:
contents: write

on:
push:
branches:
Expand Down Expand Up @@ -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

0 comments on commit 53a7c79

Please sign in to comment.