Skip to content

Commit

Permalink
fix(workflow/release_lsp): added prerelease output (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-teles authored Sep 22, 2023
1 parent 2e4afd4 commit d61ab17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_lsp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ jobs:
needs: check
env:
version: ${{ needs.check.outputs.intellij_version }}
prerelease: ${{ needs.check.outputs.prerelease }}

if: needs.check.outputs.intellij_version_changed == 'true' || needs.check.outputs.nightly == 'true'
outputs:
Expand Down

0 comments on commit d61ab17

Please sign in to comment.