Skip to content

Commit a1ce35c

Browse files
committed
ci
1 parent 69d6709 commit a1ce35c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Publish
4444
run: |
4545
bun install
46-
if [[ "${{ github.ref }}" == refs/tags/* ]]; then
46+
if [ "${{ startsWith(github.ref, 'refs/tags/') }}" = "true" ]; then
4747
./script/publish.ts
4848
else
4949
./script/publish.ts --snapshot

0 commit comments

Comments
 (0)