We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ca968e commit d4b78b3Copy full SHA for d4b78b3
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
# building the example also builds the plugin
20
run: ./gradlew build
21
- name: Login to Gradle Plugin Portal
22
- if: github.ref == 'refs/heads/main'
+ if: startsWith(github.ref, 'refs/tags/')
23
env:
24
GRADLE_CONFIG: ${{ secrets.GRADLE_CONFIG }}
25
run: echo "$GRADLE_CONFIG" > ~/.gradle/gradle.properties
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
}
7
8
group = "dev.arbjerg"
9
-version = "1.0.6"
+version = "1.0.7"
10
11
repositories {
12
mavenCentral()
0 commit comments