Skip to content

Commit 22517cc

Browse files
authored
gradlew -> gradle
1 parent f99510e commit 22517cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
NEW_VERSION=$(echo "${GITHUB_REF}" | cut -d "/" -f3)
3636
echo "New version: ${NEW_VERSION}"
3737
echo "Github username: ${GITHUB_ACTOR}"
38-
./gradlew -Pversion=${NEW_VERSION} publish
38+
gradle -Pversion=${NEW_VERSION} publish

0 commit comments

Comments
 (0)