Skip to content

Commit

Permalink
Add -B to "make dependencies" so the release process has a flux binar…
Browse files Browse the repository at this point in the history
…y from which to get a version (#492)

Co-authored-by: Jerry Jackson <jerry@weave.works>
  • Loading branch information
jrryjcksn and weave-e2e-quickstart committed Jul 19, 2021
1 parent fa7e749 commit a5df41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
go-version: 1.16.x
- name: Set env var
run: |
make dependencies
make -B dependencies
echo "BRANCH=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
echo "FLUX_VERSION=$($(pwd)/tools/bin/stoml $(pwd)/tools/dependencies.toml flux.version)" >> $GITHUB_ENV
- name: Run GoReleaser
Expand Down

0 comments on commit a5df41f

Please sign in to comment.