diff options
author | Mohammed Al Sahaf <[email protected]> | 2024-11-05 00:29:13 +0000 |
---|---|---|
committer | Mohammed Al Sahaf <[email protected]> | 2024-11-05 00:29:13 +0000 |
commit | fdb5fc1fe0367e02409c8c2c0da31f95ce2051f2 (patch) | |
tree | bc174140600e7df6cc1b134dd71383e95719eeb1 | |
parent | 802930370237e0d9cff58656b64357e9896f8d70 (diff) | |
download | caddy-fdb5fc1fe0367e02409c8c2c0da31f95ce2051f2.tar.gz caddy-fdb5fc1fe0367e02409c8c2c0da31f95ce2051f2.zip |
fix output assignment
Signed-off-by: Mohammed Al Sahaf <[email protected]>
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa40c7187..81a7af15f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -230,4 +230,4 @@ jobs: version: latest args: build --single-target --snapshot env: - TAG: "$short_sha" + TAG: "${{ steps.vars.outputs.short_sha }}" |