Skip to content

Commit 008293d

Browse files
committed
fix workflow file
1 parent 1298535 commit 008293d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/BuildAndPublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
build_sdist:
5656
runs-on: ubuntu-latest
57-
if: "github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') && github.base_ref == 'refs/heads/main"
57+
if: "github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v') && github.base_ref == 'refs/heads/main'"
5858

5959
steps:
6060
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)