Skip to content

Commit

Permalink
chore: update the files
Browse files Browse the repository at this point in the history
  • Loading branch information
x-tools-author committed Nov 22, 2023
1 parent 772b353 commit 0b35c5a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update-continuous-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,9 @@ jobs:
git config --global user.email "[email protected]"
git config --global user.name "Qsaker"
git tag -fa continuous -m "chore: update to latest commit"
git push origin continuous -f
git push origin continuous -f
- name: Push changes
uses: ad-m/github-push-action@master
with:
force: true
tags: true

0 comments on commit 0b35c5a

Please sign in to comment.