Skip to content

Commit dca2d66

Browse files
committed
fix: next test 03
1 parent e5d8577 commit dca2d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# you can set branch for semantic-release older than v16.
2222
branches: |
2323
[
24-
'${{ env.GITHUB_REF }}'
24+
'${GITHUB_REF##*/}'
2525
]
2626
# You can specify specifying version range for the extra plugins if you prefer.
2727
#extra_plugins: |

0 commit comments

Comments
 (0)