Skip to content

Commit

Permalink
Update sync-release-version.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Mar 22, 2023
1 parent cda2902 commit ee13744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-release-version.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit ee13744

Please sign in to comment.