Skip to content

Commit

Permalink
Merge branch 'fix_not_a_git_directory_bug' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Nov 7, 2023
2 parents 17ac49e + 52fd9ef commit ef7fd33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.tag.outputs.value }}
release_name: Release ${{ steps.tag.outputs.value }}
release_name: ${{ steps.tag.outputs.value }}
body: ${{ steps.bumpr.outputs.message }}
draft: false
prerelease: false
Expand Down

0 comments on commit ef7fd33

Please sign in to comment.