Skip to content

Commit

Permalink
Update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DhruvSrikanth committed Aug 13, 2024
1 parent f9a1af3 commit c16c56d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,15 @@ jobs:
inputs: >-
./dist/*.tar.gz
./dist/*.whl
- name: Debug Print github.ref_name
run: >-
echo "github.ref_name: ${{ github.ref_name }}"
- name: Create GitHub Release
env:
GITHUB_TOKEN: ${{ github.token }}
run: >-
gh release create
'${{ github.event.release.tag_name }}'
'v0.1.7'
--repo '${{ github.repository }}'
--notes ""
- name: Upload artifact signatures to GitHub Release
Expand All @@ -90,5 +93,5 @@ jobs:
# sigstore-produced signatures and certificates.
run: >-
gh release upload
'${{ github.event.release.tag_name }}' dist/**
'v0.1.7' dist/**
--repo '${{ github.repository }}'

0 comments on commit c16c56d

Please sign in to comment.