Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
coletdjnz committed Sep 10, 2024
1 parent 82036c2 commit c0927e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
tag=${tag}
version_raw=$(hatch project metadata | jq -r .version)
version=v$(hatch project metadata | jq -r .version)
project_name="$(hatch project metadata | jq -r .name)"
project_name=$(hatch project metadata | jq -r .name)
EOF
echo "::endgroup::"
- name: Get Changelog Entry
Expand Down Expand Up @@ -72,8 +72,8 @@ jobs:
uses: ncipollo/release-action@v1
with:
tag: ${{ steps.set_variables.outputs.version }}
release_name: ${{ steps.set_variables.outputs.project_name }} ${{ steps.set_variables.outputs.version }}
body: ${{ steps.changelog_reader.outputs.changelog }}
name: ${{ steps.set_variables.outputs.project_name }} ${{ steps.set_variables.outputs.version }}
body: ${{ steps.changelog_reader.outputs.changes }}
draft: false
# makeLatest: true
prerelease: true
Expand Down

0 comments on commit c0927e8

Please sign in to comment.