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 231a821848
commit 1382d1606d
+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 }}"