changed to pull request only #24

Merged
triggermeelmo merged 1 commits from bugix/pipeline into staging 2025-10-04 13:05:47 +02:00

View File

@@ -138,7 +138,7 @@ jobs:
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
git tag ${{ needs.set-tag.outputs.tag_name }}
git push origin ${{ needs.set-tag.outputs.tag_name }}
git push -u origin ${{ needs.set-tag.outputs.tag_name }}
echo "Tag created and pushed successfully"
- name: Skip tag creation