We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3527635 commit c13dbe0Copy full SHA for c13dbe0
.github/workflows/package-build-on-release.yml
@@ -19,10 +19,9 @@ jobs:
19
name: Call Packaging workflow
20
runs-on: "ubuntu-latest"
21
steps:
22
- - name: DEBUG - shot release data
+ - name: DEBUG - show release data
23
run: |
24
echo "release name: ${{ github.event.release.name }}"
25
- echo "release body: ${{ github.event.release.body }}"
26
echo "release id: ${{ github.event.release.id }}"
27
echo "release tag_name: ${{ github.event.release.tag_name }}"
28
echo "release target_commitish: ${{ github.event.release.target_commitish }}"
0 commit comments