Skip to content

Commit

Permalink
get_release
Browse files Browse the repository at this point in the history
  • Loading branch information
antgonza committed Apr 15, 2022
1 parent ec86fd2 commit 4668537
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
auto-update-conda: true
python-version: 3.9

- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.3
env:
GITHUB_TOKEN: ${{ github.token }}

- name: Basic dependencies install and DB building
shell: bash -l {0}
env:
Expand Down Expand Up @@ -58,7 +64,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ steps.get_release.outputs.upload_url }}
asset_path: ./human-db.mmi.tgz
asset_name: human-db.mmi.tgz
asset_content_type: application/octet-stream

0 comments on commit 4668537

Please sign in to comment.