Skip to content

Commit

Permalink
fix gha issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbt200128 committed Sep 9, 2024
1 parent 9dbd647 commit 9cfbc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: vsce package --target ${{ matrix.target }}
- name: Find the vsix
id: vsixPathStep
run: echo "{vsixPath}={$(find . -name '*.vsix' -print -quit)}"
run: echo "{vsixPath}={$(find . -name '*.vsix' -print -quit)}" >> $GITHUB_OUTPUT

Check failure on line 57 in .github/workflows/publish.yaml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] .github/workflows/publish.yaml#L57

shellcheck reported issue in this script: SC2086:info:1:62: Double quote to prevent globbing and word splitting [shellcheck]
Raw output
.github/workflows/publish.yaml:57:9: shellcheck reported issue in this script: SC2086:info:1:62: Double quote to prevent globbing and word splitting [shellcheck]
- name: Publish to Open VSX Registry
uses: HaaLeo/[email protected]
id: publishToOpenVSX
Expand Down

0 comments on commit 9cfbc94

Please sign in to comment.