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 d1bb89d commit 718881bCopy full SHA for 718881b
internal/build/env.go
@@ -65,7 +65,7 @@ func Env() Environment {
65
Repo: os.Getenv("APPVEYOR_REPO_NAME"),
66
Commit: os.Getenv("APPVEYOR_REPO_COMMIT"),
67
Branch: os.Getenv("APPVEYOR_REPO_BRANCH"),
68
- Tag: os.Getenv("APPVEYOR_REPO_TAG"),
+ Tag: os.Getenv("APPVEYOR_REPO_TAG_NAME"),
69
Buildnum: os.Getenv("APPVEYOR_BUILD_NUMBER"),
70
IsPullRequest: os.Getenv("APPVEYOR_PULL_REQUEST_NUMBER") != "",
71
}
0 commit comments