From f199e8b09886209fb0eb35bdd945ac1841e7c9c9 Mon Sep 17 00:00:00 2001 From: Joshua Tai Date: Fri, 24 May 2024 13:00:03 +0800 Subject: [PATCH] fix: commit demo page --- .github/workflows/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 19799a8..49c7795 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -57,13 +57,13 @@ jobs: echo "EOF" >> $GITHUB_ENV git status - # git add --all - # git reset last_commit.txt - # git commit -F last_commit.txt - # git push + git add --all + git reset last_commit.txt + git commit -F last_commit.txt + git push - # git tag "v$version" - # git push origin "v$version" + git tag "v$version" + git push origin "v$version" # - name: Create GitHub Release # uses: actions/create-release@v1