Skip to content

Commit 06b7d8f

Browse files
authored
Fix/mv3 release (#1194)
* fix(mv3): ref_name * fix: this is hard to test
1 parent 7f26632 commit 06b7d8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
runs-on: ubuntu-latest
109109
needs: [test]
110110
if: |
111-
(contains(github.ref, 'refs/tags/') || github.ref_name == 'rc/3.0-mv3') &&
111+
(contains(github.ref, 'refs/tags/') || github.ref == 'refs/heads/rc/3.0-mv3') &&
112112
(github.event_name == 'push' || github.event_name == 'workflow_dispatch')
113113
steps:
114114
- name: Check out Git repository

0 commit comments

Comments
 (0)