Skip to content

Commit d797ad4

Browse files
committed
up
1 parent 0fe62a1 commit d797ad4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- "v*.*.*"
77

8+
env:
9+
USE_BAZEL_VERSION: 7.4.1
10+
811
jobs:
912
create_draft_release:
1013
if: github.ref_type == 'tag'
@@ -35,8 +38,6 @@ jobs:
3538
elixir-version: "1.15.8"
3639
# Setup the compilation environment
3740
- uses: bazel-contrib/[email protected]
38-
env:
39-
USE_BAZEL_VERSION: 7.4.1
4041
- uses: actions/setup-python@v5
4142
with:
4243
python-version: "3.11"
@@ -67,8 +68,6 @@ jobs:
6768
- run: mix local.hex --force
6869
# Setup the compilation environment
6970
- uses: bazel-contrib/[email protected]
70-
env:
71-
USE_BAZEL_VERSION: 7.4.1
7271
- uses: actions/setup-python@v5
7372
with:
7473
python-version: "3.11"
@@ -96,8 +95,6 @@ jobs:
9695
- run: mix local.hex --force
9796
# Setup the compilation environment
9897
- uses: bazel-contrib/[email protected]
99-
env:
100-
USE_BAZEL_VERSION: 7.4.1
10198
- uses: actions/setup-python@v5
10299
with:
103100
python-version: "3.11"

0 commit comments

Comments
 (0)