Skip to content

Commit

Permalink
Fixed release notes in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioRivis committed Nov 19, 2021
1 parent 2762298 commit 47e361f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
- name: Create Archive
run: zip -r jiraminer.zip jiraminer

- name: Prepare Release Notes
run: touch ${{ github.workspace }}/releaseNotes/v${{ steps.semver_parser.outputs.semver }}.md

- name: Create Release
id: create_release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 47e361f

Please sign in to comment.