fix create release action

This commit is contained in:
David Lord 2024-01-18 11:57:22 -08:00
parent da3a0ddfe2
commit 5fcc999b7d
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -48,8 +48,9 @@ jobs:
- uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a - uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
- name: create release - name: create release
run: > run: >
gh release create --draft --repo ${{ github.repository }} ${{ github.ref_name }} *.intoto.jsonl/* artifact/* gh release create --draft --repo ${{ github.repository }}
${{ github.ref_name }}
*.intoto.jsonl/* dist/*
env: env:
GH_TOKEN: ${{ github.token }} GH_TOKEN: ${{ github.token }}
publish-pypi: publish-pypi: