Skip to content

Commit d4b78b3

Browse files
committed
Fix CI
1 parent 6ca968e commit d4b78b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# building the example also builds the plugin
2020
run: ./gradlew build
2121
- name: Login to Gradle Plugin Portal
22-
if: github.ref == 'refs/heads/main'
22+
if: startsWith(github.ref, 'refs/tags/')
2323
env:
2424
GRADLE_CONFIG: ${{ secrets.GRADLE_CONFIG }}
2525
run: echo "$GRADLE_CONFIG" > ~/.gradle/gradle.properties

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = "dev.arbjerg"
9-
version = "1.0.6"
9+
version = "1.0.7"
1010

1111
repositories {
1212
mavenCentral()

0 commit comments

Comments
 (0)