mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-21 01:34:22 +01:00
ci
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user