This commit is contained in:
世界
2025-03-25 18:26:19 +08:00
parent 85ba9c44fb
commit 9fca618b60
2 changed files with 33 additions and 13 deletions

View File

@@ -35,6 +35,14 @@ jobs:
if: github.event_name != 'workflow_dispatch'
run: |-
go run -v ./cmd/internal/read_tag --nightly
- name: Update version
if: github.event_name == 'workflow_dispatch'
run: |-
go run -v ./cmd/internal/read_tag --nightly
- name: Update nightly version
if: github.event_name != 'workflow_dispatch'
run: |-
go run -v ./cmd/internal/read_tag --nightly
- name: Set outputs
id: outputs
run: |-