diff --git a/.github/workflows/update-continuous-tag.yml b/.github/workflows/update-continuous-tag.yml index 5032d9b53..5f3e760a3 100644 --- a/.github/workflows/update-continuous-tag.yml +++ b/.github/workflows/update-continuous-tag.yml @@ -4,6 +4,7 @@ on: push: branches: - master + create: jobs: update-continuous-tag: runs-on: ubuntu-latest @@ -17,10 +18,4 @@ jobs: git config --global user.email "qsaker@foxmail.com" 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 \ No newline at end of file + git push origin continuous -f \ No newline at end of file