Update sync-release-version.yml

This commit is contained in:
Tonye Jack 2023-03-22 14:30:26 -06:00 committed by GitHub
parent cda2902303
commit ee137444f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
git tag -a ${{ steps.branch-name.outputs.tag }}-sec -m "Security release for ${{ steps.branch-name.outputs.tag }}"
- name: Push tag
uses: adm/git-push@master
uses: ad-m/github-push-action@master
with:
args: --follow-tags
github_token: ${{ secrets.PAT_TOKEN }}