Skip to content

Commit 5ea9649

Browse files
print the thing
1 parent 6bece5e commit 5ea9649

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/check-build-deploy.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,5 +281,6 @@ jobs:
281281
- name: Create GitHub Release
282282
env:
283283
GITHUB_TOKEN: ${{ github.token }}
284-
run: gh release create '${{ github.ref_name }}' --repo '${{github.repository}}' --verify-tag
285-
--generate-notes
284+
run: |
285+
echo ${{ github.repository }}
286+
gh release create '${{ github.ref_name }}' --repo '${{github.repository}}' --verify-tag --generate-notes

0 commit comments

Comments
 (0)