We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85926a0 commit 46b4d47Copy full SHA for 46b4d47
.github/workflows/release-package.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install Poetry
22
run: |
23
curl -sSL https://install.python-poetry.org | python3
24
-
+
25
- name: Get tag name and commit hash
26
id: vars
27
@@ -55,4 +55,4 @@ jobs:
55
env:
56
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
57
58
- gh release create ${{ env.TAG_NAME }} dist/${{ env.TAG_NAME }}.whl --title "Release ${{ env.TAG_NAME }}" --notes "Automated release of ${{ env.TAG_NAME }}"
+ 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