Skip to content

Commit cb04ecc

Browse files
authored
Update Gradle workflow #release
1 parent f2c26a2 commit cb04ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
build:
23-
if: ${{ contains(github.event.head_commit.message, '#release-web') }}
23+
if: ${{ contains(github.event.head_commit.message, '#release') }}
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v3
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
gradle-version: '8.6'
3737
- name: Build with Gradle
38-
run: gradle releaseWeb
38+
run: gradle release
3939
- name: Bump version and push tag
4040
id: tag_version
4141
uses: mathieudutour/github-tag-action@v6.1

0 commit comments

Comments
 (0)