Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
LazarenkoA committed Nov 12, 2023
1 parent 72e3f80 commit a071036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: commit_messages
run: |
COMMITS=$(git log --pretty=format:"- %s (%h)" ${{ github.event.release.tag_name }}..HEAD)
echo "::set-output name=commits::$COMMITS"
echo "::set-output name=commits::${{ github.event.release.tag_name }}"
- name: Create release
id: create_release
Expand Down

0 comments on commit a071036

Please sign in to comment.