Skip to content

Commit 5ca32ff

Browse files
committed
clearer formatting
1 parent e8a4d1a commit 5ca32ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- id: extract
1717
working-directory: ./workspace/extension/static
18-
run: echo version=$(jq -r '.version' manifest.json) >> $GITHUB_OUTPUT
18+
run: echo "version=$(jq -r '.version' manifest.json)" >> $GITHUB_OUTPUT
1919

2020
bundle:
2121
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)