Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
5f06e172a1
|
|||
|
2497549f72
|
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -25,6 +25,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
distribution: goreleaser
|
distribution: goreleaser
|
||||||
version: latest
|
version: latest
|
||||||
args: release --clean --snapshot
|
args: release --clean
|
||||||
env:
|
env:
|
||||||
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
3
.goreleaser.yml
Normal file
3
.goreleaser.yml
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
gitea_urls:
|
||||||
|
api: https://code.kunish.org/api/v1
|
||||||
|
download: https://code.kunish.org
|
||||||
Reference in New Issue
Block a user