Skip to content

Commit 971318a

Browse files
authored
Merge pull request #2426 from Margen67/ci
CI: Fix output
2 parents 6c530fb + b62d39d commit 971318a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
exit 1
7373
fi
7474
done
75-
echo "::set-output name=tag_name::CI-${GITHUB_SHA::7}"
75+
echo "tag_name=CI-${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
7676
- name: Create Release
7777
env:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)