Skip to content

Commit 496ea7b

Browse files
committed
Fix setting output
1 parent eab4260 commit 496ea7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Translate Repo Name For Build Tools filename_prefix
2020
id: repo-name
2121
run: |
22-
echo "repo-name::$(
22+
echo "repo-name=$(
2323
echo ${{ github.repository }} |
2424
awk -F '\/' '{ print tolower($2) }' |
2525
tr '_' '-'

0 commit comments

Comments
 (0)