Margen67 2023-07-25 11:57:45 -07:00
parent 6c530fbf86
commit b62d39da7d
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 }}