Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
makhoninvit authored and Vitaliy Makhonin committed Nov 19, 2024
1 parent 56629f8 commit c5e2682
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/agent-dev-tagging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- run: |
git config --global user.email "${{ github.event.commits[0].author.email }}"
git config --global user.name "${{ github.event.commits[0].author.name }}"
if git tag --list | grep "^main-develop";then git tag -d main-develop;fi
git push --delete origin main-dev
if git tag --list | grep "^main-develop";then git tag -d main-develop && git push --delete origin main-develop;fi
git tag main-develop ${{ env.commit_part }}
git push origin main-develop
Expand Down

0 comments on commit c5e2682

Please sign in to comment.