fix: replace deprecated set-output with GITHUB_OUTPUT

This commit is contained in:
2026-01-23 20:12:23 +03:00
parent fba9ba678f
commit 4082d847e9
+1 -1
View File
@@ -56,7 +56,7 @@ jobs:
run: |
VERSION=${{ github.head_ref }}
VERSION=${VERSION/hotfix/rc} # Replace "hotfix" with "rc"
echo "::set-output name=version::${VERSION#*rc/}"
echo "version=${VERSION#*rc/}" >> $GITHUB_OUTPUT
- uses: tibdex/github-app-token@v1
id: generate-token