Skip to content

Commit

Permalink
remove ldflags
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Feb 21, 2024
1 parent cd2d84d commit d3561a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ jobs:
goversion: "1.20"
project_path: ./cmd/flow
build_flags: GO111MODULE=on
ldflags: -X "github.com/tarakby/flow-cli/build.commit=${{ env.COMMIT }}" -X "github.com/tarakby/flow-cli/build.semver=${{ env.VERSION }}" -X "github.com/tarakby/flow-cli/internal/command.mixpanelToken=${{ env.MIXPANEL_PROJECT_TOKEN }}" -X "github.com/tarakby/flow-cli/internal/accounts.accountToken=${{ env.LILICO_TOKEN }}"

0 comments on commit d3561a4

Please sign in to comment.