Skip to content

Commit

Permalink
ci: force releases to bump main
Browse files Browse the repository at this point in the history
  • Loading branch information
danielloader committed May 24, 2022
1 parent 198351f commit f3cad42
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Dump GitHub context
id: github_context_step
run: echo '${{ toJSON(github) }}'
- name: Install poetry
run: pipx install poetry==${POETRY_VERSION}
- name: Set up Python
Expand All @@ -38,6 +35,7 @@ jobs:
continue-on-error: true
- uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: main
commit_message: Bump version in-line with release
file_pattern: pyproject.toml
- uses: fregante/setup-git-user@v1
Expand Down

0 comments on commit f3cad42

Please sign in to comment.