File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 0
1919
20+ - name : Create semver tag
21+ run : |
22+ VERSION="${GITHUB_REF#refs/tags/gqlkit-sdl/}"
23+ git tag "$VERSION"
24+ echo "VERSION=$VERSION" >> "$GITHUB_ENV"
25+
2026 - name : Set up Go
2127 uses : actions/setup-go@v5
2228 with :
3036 workdir : gqlkit-sdl
3137 env :
3238 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39+ GORELEASER_CURRENT_TAG : ${{ env.VERSION }}
Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 0
1919
20+ - name : Create semver tag
21+ run : |
22+ VERSION="${GITHUB_REF#refs/tags/gqlkit/}"
23+ git tag "$VERSION"
24+ echo "VERSION=$VERSION" >> "$GITHUB_ENV"
25+
2026 - name : Set up Go
2127 uses : actions/setup-go@v5
2228 with :
3036 workdir : gqlkit
3137 env :
3238 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
39+ GORELEASER_CURRENT_TAG : ${{ env.VERSION }}
Original file line number Diff line number Diff line change @@ -2,15 +2,6 @@ version: 2
22
33project_name : gqlkit-sdl
44
5- git :
6- tag_sort : -version:refname
7- prerelease_suffix : " -"
8- ignore_tags :
9- - " gqlkit/v*"
10-
11- monorepo :
12- tag_prefix : gqlkit-sdl/
13-
145builds :
156 - id : gqlkit-sdl
167 binary : gqlkit-sdl
Original file line number Diff line number Diff line change @@ -2,15 +2,6 @@ version: 2
22
33project_name : gqlkit
44
5- git :
6- tag_sort : -version:refname
7- prerelease_suffix : " -"
8- ignore_tags :
9- - " gqlkit-sdl/v*"
10-
11- monorepo :
12- tag_prefix : gqlkit/
13-
145builds :
156 - id : gqlkit
167 main : ./cmd/cli
You can’t perform that action at this time.
0 commit comments