This commit is contained in:
Dax Raad 2025-06-12 14:15:44 -04:00
parent 69d6709a19
commit a1ce35c208

View file

@ -43,7 +43,7 @@ jobs:
- name: Publish
run: |
bun install
if [[ "${{ github.ref }}" == refs/tags/* ]]; then
if [ "${{ startsWith(github.ref, 'refs/tags/') }}" = "true" ]; then
./script/publish.ts
else
./script/publish.ts --snapshot