Skip to content

Commit

Permalink
Update deploy_release.yml (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored Aug 30, 2022
1 parent e3ef56e commit 48ab39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Publish wheel and source distributions as a GitHub release
run: |
python -m pip install "githubrelease>=1.5.9"
githubrelease --github-token ${{ secrets.BOT_GITHUB_TOKEN }} release hdmf-dev/hdmf \
githubrelease --github-token ${{ secrets.BOT_GITHUB_TOKEN }} release hdmf-dev/hdmf-zarr \
create ${{ github.ref_name }} --name ${{ github.ref_name }} \
--publish dist/*

0 comments on commit 48ab39f

Please sign in to comment.