Skip to content

Commit

Permalink
Update create_rel_tag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaustubh-pande authored Mar 22, 2024
1 parent 07fb217 commit 19b2d2a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/create_rel_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
toTag: ${{ github.event.inputs.tag_name }}
token: ${{ github.TOKEN }}
- name: print_output
run: echo "Changelog output:" ${{ steps.build_changelog.outputs }}
run: echo "${{ toJson(steps.build_changelog.outputs) }}"
#echo "Changelog output:" ${{ steps.build_changelog.outputs }}



Expand All @@ -70,7 +71,7 @@ jobs:
tag_name: ${{ github.event.inputs.tag_name }}
prerelease: false
draft: false
#files: bin/*
files: bin/*
generate_release_notes: true
name: ${{ github.event.inputs.tag_name }}
body: |
Expand Down

0 comments on commit 19b2d2a

Please sign in to comment.