Skip to content

Commit 8fd3645

Browse files
authored
fix: version in agent download url (#15)
Signed-off-by: Nianyu Shen <[email protected]>
1 parent 62ae670 commit 8fd3645

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@ jobs:
3232
version: "latest"
3333
use-cache: true
3434
- name: Build artifacts
35-
env:
36-
VERSION: ${{ github.ref_name}}
3735
run: |
38-
earthly --ci --output +release
36+
earthly --ci --output +release --VERSION ${{ github.ref_name }}
3937
- name: Upload release artifacts
4038
uses: softprops/action-gh-release@v2
4139
if: ${{ startsWith(github.ref, 'refs/tags/') }}

0 commit comments

Comments
 (0)