Skip to content

Commit f3cad42

Browse files
committed
ci: force releases to bump main
1 parent 198351f commit f3cad42

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ jobs:
2020
with:
2121
ref: ${{ github.head_ref }}
2222
fetch-depth: 0
23-
- name: Dump GitHub context
24-
id: github_context_step
25-
run: echo '${{ toJSON(github) }}'
2623
- name: Install poetry
2724
run: pipx install poetry==${POETRY_VERSION}
2825
- name: Set up Python
@@ -38,6 +35,7 @@ jobs:
3835
continue-on-error: true
3936
- uses: stefanzweifel/git-auto-commit-action@v4
4037
with:
38+
branch: main
4139
commit_message: Bump version in-line with release
4240
file_pattern: pyproject.toml
4341
- uses: fregante/setup-git-user@v1

0 commit comments

Comments
 (0)