Skip to content

Commit 886e8dc

Browse files
committed
fix: Create github release before publishing
1 parent 73cd049 commit 886e8dc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/semantic-release.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,6 @@ jobs:
4141
env:
4242
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4343
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
44-
run: semantic-release publish
44+
run: |
45+
semantic-release version
46+
semantic-release publish

0 commit comments

Comments
 (0)