Skip to content

Commit a5df41f

Browse files
Add -B to "make dependencies" so the release process has a flux binary from which to get a version (#492)
Co-authored-by: Jerry Jackson <[email protected]>
1 parent fa7e749 commit a5df41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
go-version: 1.16.x
1818
- name: Set env var
1919
run: |
20-
make dependencies
20+
make -B dependencies
2121
echo "BRANCH=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
2222
echo "FLUX_VERSION=$($(pwd)/tools/bin/stoml $(pwd)/tools/dependencies.toml flux.version)" >> $GITHUB_ENV
2323
- name: Run GoReleaser

0 commit comments

Comments
 (0)