We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46d972b commit 5699338Copy full SHA for 5699338
.github/workflows/goreleaser.yml
@@ -31,3 +31,5 @@ jobs:
31
# Arguments to pass to GoReleaser
32
args: release --clean
33
workdir: .
34
+ env:
35
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
.goreleaser.yaml
@@ -43,4 +43,5 @@ changelog:
43
44
release:
45
draft: true
46
+ prerelease: auto
47
name_template: "GitHub MCP Server {{.Version}}"
0 commit comments