fix github action
.NET Build and Publish / build-windows (push) Has been cancelled
.NET Build and Publish / build-linux (push) Has been cancelled
.NET Build and Publish / deploy-installers (push) Has been cancelled

This commit is contained in:
Adam Hathcock
2025-03-05 16:29:43 +00:00
parent 9584d442a2
commit f4522cbe33
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
version: ${{ steps.set-version.outputs.version }}
steps:
- name: Check if both branch and tag exist
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v3.') && (github.event.base_ref == 'refs/heads/main' || startsWith(github.event.base_ref, 'refs/heads/adam/')
if: github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v3.') && (github.event.base_ref == 'refs/heads/main' || startsWith(github.event.base_ref, 'refs/heads/adam/'))
run: echo "Both branch and tag match, proceeding..."
- name: Checkout