Skip to content

Commit b67878d

Browse files
authored
ci(FIR-16394): Remove set output (#34)
1 parent f0be4df commit b67878d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
id: tag_generation
5959
run: |
6060
NEW_TAG=$(git describe --tags --abbrev=0)
61-
echo "::set-output name=new_tag::$NEW_TAG"
61+
echo "new_tag=$NEW_TAG" >> $GITHUB_OUTPUT
6262
shell: bash
6363

6464
- name: GitHub release

0 commit comments

Comments
 (0)