diff options
| author | Dax Raad <[email protected]> | 2025-06-12 14:15:44 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-12 14:15:44 -0400 |
| commit | a1ce35c208bf9ebca37f722e845035bd7fd5e801 (patch) | |
| tree | 8fb80fdc08de07e107a6bbce649f66a8da5ef604 /.github | |
| parent | 69d6709a195f23f99a447a8d576dba184325f40e (diff) | |
| download | opencode-a1ce35c208bf9ebca37f722e845035bd7fd5e801.tar.gz opencode-a1ce35c208bf9ebca37f722e845035bd7fd5e801.zip | |
ci
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cf9951b44..30621f3c6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 |
