Skip to content

Commit

Permalink
release-upload: fix that TARGET_TAG was in the GITHUB_ENV but not in …
Browse files Browse the repository at this point in the history
…GITHUB_OUTPUT, whereas it's required for the last job
  • Loading branch information
smelc committed May 6, 2024
1 parent acaa756 commit 109b79b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
else
echo "DRY_RUN=false" >> "$GITHUB_OUTPUT"
fi
echo "TARGET_TAG=${{ env.TARGET_TAG }}" >> "$GITHUB_OUTPUT"
- name: Define FLAKE_REF
id: define_flake_ref
run: |
Expand Down

0 comments on commit 109b79b

Please sign in to comment.