Skip to content

Commit

Permalink
Remove missing changelog arg (#765)
Browse files Browse the repository at this point in the history
Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>

Signed-off-by: Georgi Zlatarev <georgi.zlatarev@manta.network>
  • Loading branch information
ghzlatarev authored Aug 20, 2022
1 parent e1d0091 commit 774321b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/publish_draft_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -823,10 +823,6 @@ jobs:
asset_upload_url: ${{ steps.create-release.outputs.upload_url }}
if: startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/download-artifact@v2
with:
name: changelog
path: ./
- name: create draft release
id: create-release
uses: actions/create-release@v1
Expand All @@ -835,7 +831,6 @@ jobs:
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
body_path: changelog.md
draft: true
publish-runtimes:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 774321b

Please sign in to comment.