Skip to content

Commit 44b32d2

Browse files
committed
fix: correct tag format in semantic-release config
1 parent 3489464 commit 44b32d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3939
run: |
40-
semantic-release version
40+
semantic-release version --commit --tag --push --verbose
4141
4242
- name: Build package
4343
run: bash utils/build_package.sh

0 commit comments

Comments
 (0)