We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 750d54c commit 38d9cc1Copy full SHA for 38d9cc1
1 file changed
.github/workflows/build.yml
@@ -33,5 +33,5 @@ jobs:
33
- name: "Test if publishing works"
34
run: GRADLE_USER_HOME=$HOME/.gradle ./gradlew publishToMavenLocal --console=plain --no-daemon --stacktrace
35
- name: "Tag release"
36
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
37
run: GRADLE_USER_HOME=$HOME/.gradle ./gradlew tagRelease --console=plain --no-daemon
0 commit comments