Skip to content

Commit

Permalink
move ref to ref_name when doing release automation
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Greer committed Jan 3, 2024
1 parent 32ff0df commit d19c107
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 @@ -48,7 +48,7 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v1
with:
tag_name: ${{ github.ref }}
tag_name: ${{ github.ref_name }}
generate_release_notes: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d19c107

Please sign in to comment.