mirror of
https://github.com/tgdrive/teldrive.git
synced 2025-01-09 00:29:57 +08:00
ci: update goreleaser
This commit is contained in:
parent
713d7a8fe7
commit
2eaceea53e
2 changed files with 2 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
|||
uses: goreleaser/goreleaser-action@v6
|
||||
with:
|
||||
distribution: goreleaser
|
||||
version: latest
|
||||
version: "~> v2"
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
@ -1,3 +1,4 @@
|
|||
version: 2
|
||||
project_name: teldrive
|
||||
env:
|
||||
- GO111MODULE=on
|
||||
|
|
Loading…
Reference in a new issue