Skip to content

Commit 38d9cc1

Browse files
authored
Fix master vs main in build (#2)
1 parent 750d54c commit 38d9cc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- name: "Test if publishing works"
3434
run: GRADLE_USER_HOME=$HOME/.gradle ./gradlew publishToMavenLocal --console=plain --no-daemon --stacktrace
3535
- name: "Tag release"
36-
if: github.ref == 'refs/heads/master'
36+
if: github.ref == 'refs/heads/main'
3737
run: GRADLE_USER_HOME=$HOME/.gradle ./gradlew tagRelease --console=plain --no-daemon

0 commit comments

Comments
 (0)