Skip to content

Commit

Permalink
Fix bug in release creation process (#2)
Browse files Browse the repository at this point in the history
The process was set to trigger on the `master` branch, but the main
branch in this repository is called `main`.
  • Loading branch information
johnboyes committed Jul 29, 2020
1 parent 01a15f2 commit 95e7255
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github_tag_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Tag
uses: K-Phoen/[email protected]
with:
release_branch: master
release_branch: main
release_strategy: tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 95e7255

Please sign in to comment.