Merge pull request #2426 from Margen67/ci

CI: Fix output
This commit is contained in:
PatrickvL 2023-07-27 13:56:36 +02:00 committed by GitHub
commit 971318a89a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
exit 1
fi
done
echo "::set-output name=tag_name::CI-${GITHUB_SHA::7}"
echo "tag_name=CI-${GITHUB_SHA::7}" >> "$GITHUB_OUTPUT"
- name: Create Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}