Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MiSikora committed Nov 11, 2020
1 parent 5f845cb commit 757acdc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Extract Release Notes
id: release-notes
uses: ffurrer2/extract-release-notes@v1
with:
changelog_file: ./docs/changelog.md

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
Expand All @@ -46,12 +48,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Extract Release Notes
id: release-notes
uses: ffurrer2/extract-release-notes@v1
with:
changelog_file: ./docs/changelog.md

- name: Create GitHub Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 757acdc

Please sign in to comment.