Skip to content

Commit

Permalink
[LG-41]- active publish plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lglabs committed Apr 19, 2024
1 parent 27b6790 commit ad96b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
publish:
needs:
- build
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Auto Increment Semver Action
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
group = "io.github.lg5.jvm.checkstyle.code"
group = "io.github.lg-labs-pentagon.jvm.checkstyle.code"
version=1.0.0-alpha

0 comments on commit ad96b6e

Please sign in to comment.