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 80d8385 commit 56629f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/agent-dev-tagging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- run: |
git config --global user.email "${{ github.event.commits[0].author.email }}"
git config --global user.name "${{ github.event.commits[0].author.name }}"
git tag -d main-develop
git push --delete origin main-develop
if git tag --list | grep "^main-develop";then git tag -d main-develop;fi
git push --delete origin main-dev
git tag main-develop ${{ env.commit_part }}
git push origin main-develop
Expand Down

0 comments on commit 56629f8

Please sign in to comment.