Skip to content

Commit 5b217ed

Browse files
authored
Update release.yml
1 parent 35dd7c6 commit 5b217ed

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
id: get-id
2020
run: |
2121
id=$(echo ${{github.ref_name}} | cut -d/ -f2)
22-
echo "::set-output name=id::$id"
22+
echo "id=$id" >> $GITHUB_OUTPUT
2323
2424
- name: Build FogFlow
2525
run: |

0 commit comments

Comments
 (0)