Skip to content

Commit

Permalink
Fix tag release on main build. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
onukristo authored Mar 27, 2024
1 parent b5c4bb9 commit d9a8a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit d9a8a54

Please sign in to comment.