Skip to content

Commit 95e7255

Browse files
authored
Fix bug in release creation process (#2)
The process was set to trigger on the `master` branch, but the main branch in this repository is called `main`.
1 parent 01a15f2 commit 95e7255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github_tag_and_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Tag
1515
uses: K-Phoen/[email protected]
1616
with:
17-
release_branch: master
17+
release_branch: main
1818
release_strategy: tag
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)