File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,22 @@ jobs:
2424 - name : Checkout code
2525 uses : actions/checkout@v4
2626 with :
27+ ref : ${{ inputs.tag || github.ref }}
2728 fetch-depth : 0
2829
2930 - name : Set up Go
3031 uses : actions/setup-go@v5.5.0
3132 with :
3233 go-version : 1.23.0
3334
35+ - name : Install golangci-lint
36+ uses : golangci/golangci-lint-action@v8
37+ with :
38+ version : v2.1.6
39+
3440 - name : Install goreleaser
3541 run : |
42+ cd /tmp
3643 wget -q https://github.com/goreleaser/goreleaser/releases/download/v2.12.7/goreleaser_Linux_x86_64.tar.gz
3744 tar -xzf goreleaser_Linux_x86_64.tar.gz goreleaser
3845 sudo mv goreleaser /usr/local/bin/
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ REPO_URL=$(git config --get remote.origin.url | sed 's/git@github.com:/https:\/\
3535# Show completion information
3636echo " RELEASE COMPLETE: $VERSION "
3737echo " "
38- echo " Note: Docs should be updated within the next hour. Request manually at the URL above "
38+ echo " Note: Docs should be updated within the next hour. Request manually at the URL below "
3939echo " if they don't show up"
4040echo " - Release: $REPO_URL /releases/tag/$VERSION "
41- echo " - Docs: https://pkg.go.dev/github.com/braintrustdata/braintrust-sdk-go@$VERSION /braintrust "
41+ echo " - Docs: https://pkg.go.dev/github.com/braintrustdata/braintrust-sdk-go@$VERSION "
4242echo " - Index: https://proxy.golang.org/github.com/braintrustdata/braintrust-sdk-go/@v/$VERSION .info"
You can’t perform that action at this time.
0 commit comments