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 e8a4d1a commit 5ca32ffCopy full SHA for 5ca32ff
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- id: extract
17
working-directory: ./workspace/extension/static
18
- run: echo version=$(jq -r '.version' manifest.json) >> $GITHUB_OUTPUT
+ run: echo "version=$(jq -r '.version' manifest.json)" >> $GITHUB_OUTPUT
19
20
bundle:
21
runs-on: ubuntu-latest
0 commit comments