Skip to content

Commit

Permalink
revert: Removed minor flag
Browse files Browse the repository at this point in the history
Removed option forcing updating minor versionh
  • Loading branch information
mike-pisman committed Sep 21, 2023
1 parent 7483101 commit 0150b96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
force: "minor"
- name: Publish package to GitHub Release
uses: python-semantic-release/upload-to-gh-release@main
if: steps.release.outputs.released == 'true'
Expand Down

0 comments on commit 0150b96

Please sign in to comment.