Skip to content

Commit 6757fd8

Browse files
committed
fix quoats
1 parent b6cbefb commit 6757fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v4
1414
- name: Package
1515
run: |
16-
version=$(sed -n ''s/\s*$plugin->version\s*=\s\([0-9]*\);.*/\1/p'' version.php)
16+
version=$(sed -n 's/\s*$plugin->version\s*=\s\([0-9]*\);.*/\1/p' version.php)
1717
echo "version: ${version}"
1818
ls -la
1919
zip local_auth_${version}.zip . -r -x '*.git/*'

0 commit comments

Comments
 (0)