Skip to content

Commit

Permalink
[chore] Change deprec release tarball script in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
isinaltinkaya committed Apr 8, 2024
1 parent 7c89e55 commit ea211f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
git clone --depth 1 --branch "${tag}" https://oauth2:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY_OWNER}/${GITHUB_REPOSITORY#*/}.git
- name: Build release tarball
run: |
bash ./${GITHUB_REPOSITORY#*/}/.github/workflows/create_release_tarball.sh ${GITHUB_REPOSITORY_OWNER} ${GITHUB_REPOSITORY#*/} ${tag}
HTSLIB_LATEST=$(curl -s https://api.github.com/repos/samtools/htslib/releases/latest | jq -r '.assets[].browser_download_url');
printf "\n-> Using latest htslib release: ${HTSLIB_LATEST}\n"
wget ${HTSLIB_LATEST}
Expand Down Expand Up @@ -55,3 +54,4 @@ jobs:
--repo="${GITHUB_REPOSITORY}" \
--title="${GITHUB_REPOSITORY#*/} ${tag#v}" \
"${GITHUB_REPOSITORY#*/}-${tag#v}".tar.gz

0 comments on commit ea211f3

Please sign in to comment.