Skip to content

Commit c13dbe0

Browse files
henninggreenbonebot
authored andcommitted
Adjust package build workflow. Remove unnecessary and breaking release.body usage.
1 parent 3527635 commit c13dbe0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/package-build-on-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ jobs:
1919
name: Call Packaging workflow
2020
runs-on: "ubuntu-latest"
2121
steps:
22-
- name: DEBUG - shot release data
22+
- name: DEBUG - show release data
2323
run: |
2424
echo "release name: ${{ github.event.release.name }}"
25-
echo "release body: ${{ github.event.release.body }}"
2625
echo "release id: ${{ github.event.release.id }}"
2726
echo "release tag_name: ${{ github.event.release.tag_name }}"
2827
echo "release target_commitish: ${{ github.event.release.target_commitish }}"

0 commit comments

Comments
 (0)