staging #43

Merged
triggermeelmo merged 75 commits from staging into development 2025-11-06 21:23:27 +01:00
Showing only changes of commit 9920c94a8b - Show all commits

View File

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