Skip to content

Commit

Permalink
fix: Update version_bumping.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyabareeva authored Nov 21, 2024
1 parent b2965d7 commit 44dae07
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/version_bumping.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: release
name: version_bumping

on:
workflow_dispatch: # Allows manual triggering of the workflow
Expand Down Expand Up @@ -27,3 +27,7 @@ jobs:
uses: python-semantic-release/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
changelog: true
tag: true
commit: false

0 comments on commit 44dae07

Please sign in to comment.