Skip to content

Commit 7fbcb9f

Browse files
committed
updates workflow
1 parent 6ad0d47 commit 7fbcb9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
let NEWVERS=(OLDVERS + 1)
4747
NEWVERSION=$OLDDATE`printf %02d $NEWVERS`
4848
fi
49-
sed -i "s#$PREVIOUSVERSION#$NEWVERSION#" crucible/version.php
49+
sed -i "s#\(plugin->version.*\)$PREVIOUSVERSION#\1$NEWVERSION#" crucible/version.php
5050
cd ./crucible
5151
git config user.name "github-actions[bot]"
5252
git config user.email "github-actions[bot]@users.noreply.github.com"

0 commit comments

Comments
 (0)