Skip to content

Commit b92931b

Browse files
committed
Pass version suffix to gensha.sh as well
1 parent 4160843 commit b92931b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ sign-windows-installer:
134134

135135
package-chocolatey: ## Create Chocolatey .nupkg file
136136
# This needs to run in a Docker container based on the Dockerfile.chocolatey image!
137-
dist/chocolatey/gensha.sh $(COLLECTOR_VERSION) $(WINDOWS_INSTALLER_VERSION)
137+
dist/chocolatey/gensha.sh $(COLLECTOR_VERSION)$(COLLECTOR_VERSION_SUFFIX) $(WINDOWS_INSTALLER_VERSION)
138138
# The fourth number in Chocolatey (NuGet) is the revision.
139139
# See: https://learn.microsoft.com/en-us/nuget/concepts/package-versioning#where-nugetversion-diverges-from-semantic-versioning
140140
cd dist/chocolatey && choco pack graylog-sidecar.nuspec --version $(CHOCOLATEY_VERSION) --out ../pkg

0 commit comments

Comments
 (0)