mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
ci
This commit is contained in:
parent
69d6709a19
commit
a1ce35c208
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue