From 07f86bcdc42639264ec561c7f175fea5f532b6ce Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 22 Mar 2023 14:47:57 -0600 Subject: [PATCH] Update sync-release-version.yml --- .github/workflows/sync-release-version.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sync-release-version.yml b/.github/workflows/sync-release-version.yml index 9418a581..9e5693b2 100644 --- a/.github/workflows/sync-release-version.yml +++ b/.github/workflows/sync-release-version.yml @@ -26,8 +26,9 @@ jobs: - name: Push tag uses: ad-m/github-push-action@master with: - args: --follow-tags + tags: true github_token: ${{ secrets.PAT_TOKEN }} + branch: sec update-version: runs-on: ubuntu-latest