diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 18f49a2..a811c46 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,10 +32,8 @@ jobs: version: "latest" use-cache: true - name: Build artifacts - env: - VERSION: ${{ github.ref_name}} run: | - earthly --ci --output +release + earthly --ci --output +release --VERSION ${{ github.ref_name }} - name: Upload release artifacts uses: softprops/action-gh-release@v2 if: ${{ startsWith(github.ref, 'refs/tags/') }}