Skip to content

Commit

Permalink
Remove extra call to ad-m/github-push-action
Browse files Browse the repository at this point in the history
- No need to call it again as tags are already pushed in the previous call
  • Loading branch information
gastaldi committed Dec 14, 2022
1 parent 51c7b57 commit 2906fb0
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,3 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{github.base_ref}}

- name: Push tags
uses: ad-m/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tags: true
branch: ${{github.base_ref}}

0 comments on commit 2906fb0

Please sign in to comment.