ci: fix missing quotes (#1065)

This commit is contained in:
Mara Robin B
2022-03-03 11:56:45 +01:00
committed by GitHub
parent 6f2ad77ba7
commit d0804039d0
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
echo "Repo: ${{ github.event.repository.full_name }}"
echo "Name: ${{ github.event.release.name }}"
echo "Tag: ${{ github.event.release.tag_name }}
echo "Tag: ${{ github.event.release.tag_name }}"
echo "Draft: ${{ github.event.release.draft }}"
echo "Prerelease: ${{ github.event.release.prerelease }}"
echo "Assets: ${{ github.event.release.assets }}"