Skip to content

Commit

Permalink
ci(workflows.release): add a flag to force release
Browse files Browse the repository at this point in the history
  • Loading branch information
pivoshenko committed Sep 3, 2024
1 parent 5dd45a0 commit ed68597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GH_TOKEN }}
force: "minor"

- name: Build package
id: build-package
Expand Down

0 comments on commit ed68597

Please sign in to comment.