Skip to content

Commit

Permalink
Fix release workflow create-release job
Browse files Browse the repository at this point in the history
  • Loading branch information
greyli committed Nov 30, 2023
1 parent 1fb5fa5 commit 556ab7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
run: >
gh release create --draft --repo ${{ github.repository }}
${{ github.ref_name }}
*.intoto.jsonl/* artifact/*
env:
GH_TOKEN: ${{ github.token }}
publish-pypi:
Expand Down

0 comments on commit 556ab7d

Please sign in to comment.