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 9bee027 commit 11083afCopy full SHA for 11083af
.github/workflows/release.yml
@@ -78,7 +78,7 @@ jobs:
78
id: tag
79
run: |
80
FILE="src/sqlitejs.h"
81
- VERSION=$(grep -oP '#define SQLITE_JS_VERSION "\K[^"]+' "$FILE")
+ VERSION=$(grep -oP '#define SQLITE_JS_VERSION\s+"\K[^"]+' "$FILE")
82
if [[ "$VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
83
echo "version=$VERSION" >> $GITHUB_OUTPUT
84
exit 0
0 commit comments