Skip to content

Commit 6bd15b8

Browse files
committed
test release fix
1 parent 003d73f commit 6bd15b8

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

.github/workflows/publish.yml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,16 @@ jobs:
103103
inputs: >-
104104
./dist/*.tar.gz
105105
./dist/*.whl
106-
- name: Create GitHub Release
107-
env:
108-
GITHUB_TOKEN: ${{ github.token }}
109-
run: >-
110-
gh release create
111-
"$GITHUB_REF_NAME"
112-
--repo "$GITHUB_REPOSITORY"
113-
--generate-notes --draft
106+
# this is broken for now, need to crreate the release first
107+
# see https://github.com/orgs/community/discussions/180369
108+
# - name: Create GitHub Release
109+
# env:
110+
# GITHUB_TOKEN: ${{ github.token }}
111+
# run: >-
112+
# gh release create
113+
# "$GITHUB_REF_NAME"
114+
# --repo "$GITHUB_REPOSITORY"
115+
# --generate-notes --draft
114116
- name: Upload artifact signatures to GitHub Release
115117
env:
116118
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)