Skip to content

Commit

Permalink
fix: remove sem-ver commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
jjjermiah committed Feb 4, 2024
1 parent 1cf31bb commit ccd44bb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ jobs:
uses: python-semantic-release/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
git_commit_message: 'chore(release): release ${next_version}'

- name: Install packaging-related tool
run:
Expand Down Expand Up @@ -333,7 +332,7 @@ jobs:
git add .
# Commit with a timestamp
git commit -m "Update README with latest version: $LATEST_TAG"
git commit -m "chore: Update README: $LATEST_TAG"
# Push changes to the remote repository
# if github.head_ref is not null
Expand Down

0 comments on commit ccd44bb

Please sign in to comment.