Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chadj2 committed Feb 26, 2024
1 parent 56d2e85 commit c0945b4
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ name: Release to Github
on:
release:
types: [published]
workflow_dispatch:


jobs:
Expand Down Expand Up @@ -37,14 +36,14 @@ jobs:
./dist/*.tar.gz
./dist/*.whl
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
run: >-
gh release
create '${{ github.ref_name }}'
--repo '${{ github.repository }}'
--notes ""
# - name: Create GitHub Release
# env:
# GITHUB_TOKEN: ${{ github.token }}
# run: >-
# gh release
# create '${{ github.ref_name }}'
# --repo '${{ github.repository }}'
# --notes ""

- name: Upload artifact signatures to GitHub Release
env:
Expand Down

0 comments on commit c0945b4

Please sign in to comment.