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 739fae6 commit 17008e5Copy full SHA for 17008e5
1 file changed
.github/workflows/DEPLOY.yml
@@ -17,7 +17,9 @@ jobs:
17
18
- run: mkdir -p "$HOME/.ssh"
19
- run: echo "${{ secrets.GSS }}" > "$HOME/.ssh/key"
20
- - run: chmod 600 "$HOME/.ssh/key" - name: Extract plugin version
+ - run: chmod 600 "$HOME/.ssh/key"
21
+
22
+ - name: Extract plugin version
23
id: get_version
24
run: |
25
VERSION=$(grep "Version:" dist/complete-updates-manager/complete-updates-manager.php | sed 's/.*Version:[[:space:]]*//' | tr -d '[:space:]')
0 commit comments