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 f2f33c4 commit a1ee7f9Copy full SHA for a1ee7f9
.circleci/config.yml
@@ -151,8 +151,8 @@ jobs:
151
- run:
152
name: Run GoReleaser. Without actually publishing.
153
command: |
154
- export LDFLAGS="-s -w -X 'github.com/slackapi/slack-cli/internal/pkg/version.Version=$BUILD_VERSION'"
155
- make build-snapshot
+ LDFLAGS="-s -w -X 'github.com/slackapi/slack-cli/internal/pkg/version.Version=$BUILD_VERSION'"
+ make LDFLAGS="$LDFLAGS" build-snapshot
156
157
name: Show binaries are generated correctly
158
command: ls -R ./dist
0 commit comments