Skip to content

Commit

Permalink
fix(workflows): Update plugin version must export version (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-teles authored Sep 20, 2023
1 parent 4a12cfd commit 2fbb7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
if: needs.check.outputs.prerelease == 'true'
working-directory: editors/intellij
run: |
node ./scripts/update-nightly-version.mjs >> $GITHUB_ENV
echo "version=$(node ./scripts/update-nightly-version.mjs)" >> $GITHUB_ENV
- name: Build plugin
working-directory: editors/intellij
Expand Down

0 comments on commit 2fbb7be

Please sign in to comment.