Skip to content

Commit f3283c3

Browse files
committed
. e fix GITHUB_OUTPUT syntax
1 parent bbe2983 commit f3283c3

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

2020
- name: Determine version from git tag
2121
id: version
22-
run: echo "name=tag::${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"
22+
run: echo "tag=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"
2323

2424
- name: disable formatting
2525
run: ./set_formatting_off.sh

0 commit comments

Comments
 (0)