diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 36724f2..9f293e4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -115,7 +115,7 @@ jobs: # Comment out when you are upgrading gradle in a branch and doing tons of commits you would need to test. # cache-read-only: false - name: "Tag release" - if: github.ref == 'refs/heads/master' + if: github.ref == 'refs/heads/main' uses: gradle/gradle-build-action@v2 with: arguments: tagRelease --console=plain --info --stacktrace