Skip to content

Commit

Permalink
Fix release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mducle committed May 30, 2024
1 parent fc5fab4 commit 2c731d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches: [main]
types: [closed]
workflow_dispatch:

jobs:
create_release:
Expand All @@ -18,5 +19,5 @@ jobs:
github.event.pull_request.merged
shell: bash -l {0}
run: |
pip3 install requests
pip3 install requests numpy
python3 release.py --notest --github --create_tag --token=${{ secrets.GH_GIST_TOKEN }}

0 comments on commit 2c731d6

Please sign in to comment.