Skip to content

Commit 46b4d47

Browse files
committed
fix: release pipeline format
1 parent 85926a0 commit 46b4d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Poetry
2222
run: |
2323
curl -sSL https://install.python-poetry.org | python3
24-
24+
2525
- name: Get tag name and commit hash
2626
id: vars
2727
run: |
@@ -55,4 +55,4 @@ jobs:
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5757
run: |
58-
gh release create ${{ env.TAG_NAME }} dist/${{ env.TAG_NAME }}.whl --title "Release ${{ env.TAG_NAME }}" --notes "Automated release of ${{ env.TAG_NAME }}"
58+
gh release create ${{ env.TAG_NAME }} dist/${{ env.TAG_NAME }}.whl --title "Release ${{ env.TAG_NAME }}" --notes "Automated release of ${{ env.TAG_NAME }}"

0 commit comments

Comments
 (0)