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 766cebe commit 80d8385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/agent-dev-tagging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
git config --global user.name "${{ github.event.commits[0].author.name }}"
git tag -d main-develop
git push --delete origin main-develop
git tag agent-dev ${{ env.commit_part }}
git tag main-develop ${{ env.commit_part }}
git push origin main-develop
build-container:
Expand Down

0 comments on commit 80d8385

Please sign in to comment.