Skip to content

Commit

Permalink
release-upload.yaml: fix old mistake that had impact when testing
Browse files Browse the repository at this point in the history
  • Loading branch information
smelc committed Jul 15, 2024
1 parent 4a78e1c commit 8287ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
echo "TARGET_TAG=$target_tag" >> "$GITHUB_ENV"
echo "TARGET_TAG=$target_tag" >> "$GITHUB_OUTPUT"
flake_ref="github:${{ github.repository }}/${{ env.TARGET_TAG }}"
flake_ref="github:${{ github.repository }}/$target_tag"
echo "FLAKE_REF=$flake_ref" >> "$GITHUB_OUTPUT"
echo "DRY_RUN=$dry_run" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 8287ffe

Please sign in to comment.