mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Use main
branch for changelog commit push (#32)
Changelog commits should be pushed to the `main` branch, the Github action defaults to `master` still. Similar to #31
This commit is contained in:
parent
5f32b01eb5
commit
44745bbb88
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -56,4 +56,5 @@ jobs:
|
||||
- name: Push changes
|
||||
uses: ad-m/github-push-action@master
|
||||
with:
|
||||
branch: main
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user