Skip to content

Commit 14ba4f8

Browse files
committed
use semver for testbuild versions
1 parent 8997c20 commit 14ba4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/build/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ runs:
2929
shell: bash
3030
run: |
3131
VERSION=$(jq -r .info.version src/plugin.json)
32-
VERSION=$VERSION.testbuild.${{ github.run_id }}
32+
VERSION=$VERSION-testbuild.${{ github.run_id }}
3333
jq ".info.version |= \"$VERSION\"" ./src/plugin.json > ./src/plugin.new.json
3434
mv ./src/plugin.new.json ./src/plugin.json
3535
if: ${{ inputs.release == 'false' }}

0 commit comments

Comments
 (0)