Skip to content

Commit 02817e1

Browse files
committed
update per isaacbrodsky repo
1 parent 7949852 commit 02817e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
if: ${{ github.event_name == 'workflow_dispatch' }}
165165
run: |
166166
git tag -a "v${RELEASE_VERSION}" -m "Release $RELEASE_VERSION"
167-
git push origin HEAD:main --follow-tags
167+
git push origin HEAD:master --follow-tags
168168
169169
- name: Download Docker binaries
170170
uses: actions/[email protected]
@@ -221,4 +221,4 @@ jobs:
221221
git config user.name "github-actions"
222222
git config user.email "[email protected]"
223223
git commit -am "chore: start next development cycle $NEXT_VERSION [skip ci]"
224-
git push origin HEAD:main
224+
git push origin HEAD:master

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
org.gradle.configuration-cache=false
66

77
# No spaces on the following line, needed by release.yml:
8-
version=4.1.3-SNAPSHOT
8+
version=4.3.0-SNAPSHOT
99

0 commit comments

Comments
 (0)