mirror of
https://github.com/sst/opencode.git
synced 2025-08-29 09:24:06 +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
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
bun install
|
bun install
|
||||||
if [[ "${{ github.ref }}" == refs/tags/* ]]; then
|
if [ "${{ startsWith(github.ref, 'refs/tags/') }}" = "true" ]; then
|
||||||
./script/publish.ts
|
./script/publish.ts
|
||||||
else
|
else
|
||||||
./script/publish.ts --snapshot
|
./script/publish.ts --snapshot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue