Skip to content

Commit 2137a71

Browse files
authored
main -> master
1 parent b0fa252 commit 2137a71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release
22

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ master ]
66

77
env:
88
PRIMARY_MAVEN_MODULE: ${{ github.event.repository.name }}
@@ -92,7 +92,7 @@ jobs:
9292
with:
9393
tag_name: v${{ steps.version.outputs.release }}
9494
release_name: v${{ steps.version.outputs.release }}
95-
commitish: main
95+
commitish: master
9696
body: |
9797
## [Changelog](https://github.com/xdev-software/${{ env.PRIMARY_MAVEN_MODULE }}/blob/develop/CHANGELOG.md#${{ steps.version.outputs.releasenumber }})
9898
See [Changelog#v${{ steps.version.outputs.release }}](https://github.com/xdev-software/${{ env.PRIMARY_MAVEN_MODULE }}/blob/develop/CHANGELOG.md#${{ steps.version.outputs.releasenumber }}) for more information.

0 commit comments

Comments
 (0)