Skip to content

Commit 5720f81

Browse files
Fix GitHub Actions output redirection syntax
Co-authored-by: elasticdotventures <[email protected]>
1 parent 886114b commit 5720f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Determine tag name
3838
id: tag
3939
run: |
40-
echo "ref_name=${GITHUB_REF##*/}" &> $GITHUB_OUTPUT
40+
echo "ref_name=${GITHUB_REF##*/}" >> $GITHUB_OUTPUT
4141
4242
- name: Build and push multi-arch Docker image
4343
uses: docker/build-push-action@v4

0 commit comments

Comments
 (0)