Skip to content

Commit

Permalink
Make sidebar available
Browse files Browse the repository at this point in the history
  • Loading branch information
sourishkrout committed Jul 31, 2023
1 parent 0d77135 commit c48e97c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,6 @@ jobs:
if: ${{ github.event.inputs.releaseChannel == 'edge' }}
run: node .github/scripts/updateEdgeVersion.js

- name: Deactivate panels for public releases
run: |
jq 'del( .contributes.viewsContainers ) | del( .contributes.views.runme )' package.json > _package.json
mv -f _package.json package.json
if: ${{ github.event.inputs.releaseChannel == 'stable' }}

# Linux X86
- name: Package Extension Linux x86_64 (Edge)
if: ${{ github.event.inputs.releaseChannel == 'edge' }}
Expand Down

0 comments on commit c48e97c

Please sign in to comment.