We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ad0d47 commit 7fbcb9fCopy full SHA for 7fbcb9f
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
let NEWVERS=(OLDVERS + 1)
47
NEWVERSION=$OLDDATE`printf %02d $NEWVERS`
48
fi
49
- sed -i "s#$PREVIOUSVERSION#$NEWVERSION#" crucible/version.php
+ sed -i "s#\(plugin->version.*\)$PREVIOUSVERSION#\1$NEWVERSION#" crucible/version.php
50
cd ./crucible
51
git config user.name "github-actions[bot]"
52
git config user.email "github-actions[bot]@users.noreply.github.com"
0 commit comments