Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 2337496

Browse files
authored
Update dependency-update.yml (#120)
1 parent 4dc4553 commit 2337496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dependency-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: increment last version digit
2121
run: |
22-
old=$(grep -P "(?<=VERSION_NAME=).*" gradle.properties")
22+
old=$(grep -P "(?<=VERSION_NAME=).*" gradle.properties)
2323
lastnumber=$(echo $old | grep -Po "\d*$")
2424
new=$(echo $old | grep -Po ".+?(?=$lastnumber)")
2525
new+=$((lastnumber+1))

0 commit comments

Comments
 (0)