We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa7e749 commit a5df41fCopy full SHA for a5df41f
.github/workflows/release.yaml
@@ -17,7 +17,7 @@ jobs:
17
go-version: 1.16.x
18
- name: Set env var
19
run: |
20
- make dependencies
+ make -B dependencies
21
echo "BRANCH=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
22
echo "FLUX_VERSION=$($(pwd)/tools/bin/stoml $(pwd)/tools/dependencies.toml flux.version)" >> $GITHUB_ENV
23
- name: Run GoReleaser
0 commit comments