Skip to content

Commit 3f8684d

Browse files
committed
fix: branch name in check
1 parent a66988a commit 3f8684d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
release:
1313
runs-on: ubuntu-latest
14-
if: startsWith(github.ref, 'refs/tags/v') && github.ref_type == 'tag' && github.base_ref == 'main'
14+
if: startsWith(github.ref, 'refs/tags/v') && github.ref_type == 'tag' && github.base_ref == 'master'
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v3

0 commit comments

Comments
 (0)