Skip to content

Commit

Permalink
Fix release github action (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
destel authored Mar 22, 2024
1 parent 4ea7b27 commit 5017876
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,5 @@ jobs:
- name: Create Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref }}
name: ${{ env.GITHUB_TAG }}
prerelease: ${{ contains(github.ref, '-') }}
generate_release_notes: true

0 comments on commit 5017876

Please sign in to comment.