Skip to content

Commit

Permalink
fix: commit demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
darrytai committed May 24, 2024
1 parent b383c2d commit f199e8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f199e8b

Please sign in to comment.