fix github action
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user