Skip to content

Commit c4763cf

Browse files
committed
Try publishing using gradle 8.14.3
1 parent bfff64f commit c4763cf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: release
22

33
on:
44
push:
5-
tags:
6-
- '*'
5+
branches:
6+
- scd-402-fix-publish
77

88
jobs:
99
build:
@@ -42,7 +42,7 @@ jobs:
4242
- name: Setup Gradle
4343
uses: gradle/actions/setup-gradle@v4
4444
with:
45-
gradle-version: 7.1.1
45+
gradle-version: 8.14.3
4646
-
4747
name: Version
4848
id: version

0 commit comments

Comments
 (0)