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 a7c77ae commit 07d887b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/update-continuous-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
create:
jobs:
update-continuous-tag:
runs-on: ubuntu-latest
Expand All @@ -17,10 +18,4 @@ 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
- name: Push changes
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.SAK_ACTIONS_SECRETS }}
force: true
tags: true
git push origin continuous -f

0 comments on commit 07d887b

Please sign in to comment.