Skip to content

Commit

Permalink
rm create release section
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Apr 15, 2022
1 parent 7245e88 commit ec86fd2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,6 @@ jobs:
tar zcvf human-db.tgz human*.mmi kraken2-human-db.tar.gz
- name: Create Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

- name: upload mmi files
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit ec86fd2

Please sign in to comment.