Skip to content

Commit 3d18b02

Browse files
committed
fix: fix semantic release
1 parent e5114de commit 3d18b02

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/bump-version.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
git config user.name "github-actions[bot]"
3939
git config user.email "github-actions[bot]@users.noreply.github.com"
4040
41-
# - name: Run Semantic Release
42-
# env:
43-
# GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
# run: poetry run semantic-release publish
41+
- name: Run Semantic Release
42+
env:
43+
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
run: semantic-release publish
4545

4646
# - name: Push changes
4747
# run: |

0 commit comments

Comments
 (0)