Skip to content

Commit 5282498

Browse files
committed
Fix edge workflow not setting fires_version_metadata correctly
1 parent 3add72c commit 5282498

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-edge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
fires_short_sha=$(git rev-parse --short ${{github.event.after}})
2323
echo fires_short_sha=$fires_short_sha >> $GITHUB_OUTPUT
24-
echo fires_version_metadata=edge-${{ fires_short_sha }} >> $GITHUB_OUTPUT
24+
echo fires_version_metadata=edge-$fires_short_sha >> $GITHUB_OUTPUT
2525
outputs:
2626
metadata: ${{ steps.version_vars.outputs.fires_version_metadata }}
2727
short_sha: ${{ steps.version_vars.outputs.fires_short_sha }}

0 commit comments

Comments
 (0)