Skip to content

Commit f71bee6

Browse files
authored
Fix Gradle build command to use 'releaseWeb' #release-web
1 parent 121ef59 commit f71bee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
gradle-version: '8.6'
3737
- name: Build with Gradle
38-
run: gradle release-web
38+
run: gradle releaseWeb
3939
- name: Bump version and push tag
4040
id: tag_version
4141
uses: mathieudutour/[email protected]

0 commit comments

Comments
 (0)