Skip to content

Commit c16c56d

Browse files
committed
Update release workflow
1 parent f9a1af3 commit c16c56d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,15 @@ jobs:
7474
inputs: >-
7575
./dist/*.tar.gz
7676
./dist/*.whl
77+
- name: Debug Print github.ref_name
78+
run: >-
79+
echo "github.ref_name: ${{ github.ref_name }}"
7780
- name: Create GitHub Release
7881
env:
7982
GITHUB_TOKEN: ${{ github.token }}
8083
run: >-
8184
gh release create
82-
'${{ github.event.release.tag_name }}'
85+
'v0.1.7'
8386
--repo '${{ github.repository }}'
8487
--notes ""
8588
- name: Upload artifact signatures to GitHub Release
@@ -90,5 +93,5 @@ jobs:
9093
# sigstore-produced signatures and certificates.
9194
run: >-
9295
gh release upload
93-
'${{ github.event.release.tag_name }}' dist/**
96+
'v0.1.7' dist/**
9497
--repo '${{ github.repository }}'

0 commit comments

Comments
 (0)