File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
run : ./gradlew test --stacktrace
31
31
- name : Final checks
32
32
run : ./gradlew check --stacktrace
33
- - name : Upload snapshot (master only)
33
+ - name : Upload snapshot (main only)
34
34
run : ./gradlew uploadArchives
35
35
env :
36
36
SONATYPE_NEXUS_USERNAME : ${{ secrets.SonatypeUsername }}
37
37
SONATYPE_NEXUS_PASSWORD : ${{ secrets.SonatypePassword }}
38
- if : success() && github.ref == 'refs/heads/master ' && github.event_name != 'pull_request' && matrix.java_version == '1.8'
38
+ if : success() && github.ref == 'refs/heads/main ' && github.event_name != 'pull_request' && matrix.java_version == '1.8'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if ! [ $local ]; then
31
31
# Generate the 1.x docs
32
32
./gradlew dokka
33
33
34
- git checkout master
34
+ git checkout main
35
35
36
36
# Generate docs for 2.x
37
37
./gradlew dokka
You can’t perform that action at this time.
0 commit comments