mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 09:47:56 +00:00
ci: fix missing quotes (#1065)
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user