Skip to content

Commit

Permalink
Update create_new_release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
woin2ee committed Nov 25, 2023
1 parent 6165863 commit 2d97708
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/create_new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
create_new_release:
name: Create new release
runs-on: ubuntu-latest
env:
CURRENT_TAG: ${{ github.ref_name }}
permissions:
contents: write
steps:
Expand All @@ -21,4 +19,4 @@ jobs:
- name: Create Release
uses: ncipollo/[email protected]
with:
bodyFile: Changelog/"${CURRENT_TAG}".md
bodyFile: "Changelog/${{ github.ref_name }}.md"

0 comments on commit 2d97708

Please sign in to comment.