This repository was archived by the owner on Mar 21, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +27
-34
lines changed
Expand file tree Collapse file tree 5 files changed +27
-34
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : goreleaser
2+
3+ on :
4+ pull_request :
5+ push :
6+
7+ jobs :
8+ goreleaser :
9+ runs-on : ubuntu-latest
10+ steps :
11+ - name : Checkout
12+ uses : actions/checkout@v2
13+ - name : Set up Go
14+ uses : actions/setup-go@v2
15+ with :
16+ go-version : 1.16
17+ - name : Run goreleaser
18+ uses : goreleaser/goreleaser-action@v2
19+ with :
20+ distribution : goreleaser
21+ version : latest
22+ args : release --rm-dist
23+ env :
24+ GITHUB_TOKEN : ${{ secrets.GORELEASER_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ changelog:
2525 - ' ^test:'
2626
2727release :
28- gitea :
28+ github :
2929 owner : tdemin
3030 name : syg_go
31-
32- gitea_urls :
33- api : https://git.tdem.in/api/v1/
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ threads for mining. It is based on `cmd/genkeys` from yggdrasil-go.
77
88### Installation
99
10- ` % go get -u -v git.tdem.in /tdemin/syg_go `
10+ ` % go get -u -v github.com /tdemin/syg_go `
1111
1212If you're an Arch Linux user, you can install it from
1313[ AUR] ( https://aur.archlinux.org/packages/syg_go/ ) :
Original file line number Diff line number Diff line change 1- module git.tdem.in /tdemin/syg_go
1+ module github.com /tdemin/syg_go
22
33go 1.16
44
You can’t perform that action at this time.
0 commit comments