Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,11 +148,6 @@ jobs:
persist-credentials: true
path: sysu-packages

- name: Configure triger user for git
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"

- name: switch new branch for Packages
run: |
cd ~/sysu-packages/preview/modern-sysu-thesis
Expand Down Expand Up @@ -183,6 +178,11 @@ jobs:
sd '// #import "@preview/modern-sysu-thesis:' '#import "@preview/modern-sysu-thesis:' ./template/thesis.typ
sd '#import "/lib.typ":' '// #import "lib.typ":' ./template/thesis.typ

- name: Configure triger user for git
run: |
git config user.name "${{ github.actor }}"
git config user.email "${{ github.actor }}@users.noreply.github.com"

- name: Commit to Packages
run: |
git status
Expand Down