chore: merge main into alpha #89
1 changed files with 3 additions and 1 deletions
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
|
|
@ -3,7 +3,7 @@ name: Publish
|
|||
run-name: Publish by @${{ github.actor }}
|
||||
|
||||
on:
|
||||
#workflow_dispatch:
|
||||
workflow_dispatch:
|
||||
|
||||
push:
|
||||
tags:
|
||||
|
|
@ -44,6 +44,8 @@ jobs:
|
|||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-tags: true
|
||||
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue