Skip to content

Commit 6ddf4a4

Browse files
committed
update workflow
1 parent 0649198 commit 6ddf4a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
GITHUB_TOKEN: ${{ github.token }}
3939
run: |
4040
VERSION=$(cat VERSION | grep "^version" | sed -e 's/version=//')
41-
go get github.com/aktau/github-release
42-
go install github.com/aktau/github-release
41+
go get github.com/github-release/github-release
42+
go install github.com/github-release/github-release
4343
$(go env GOPATH)/bin/github-release release --user n3integration --repo classifier --tag v$VERSION || echo "duplicate release"

0 commit comments

Comments
 (0)