Skip to content

Commit

Permalink
Remove Update product json step
Browse files Browse the repository at this point in the history
  • Loading branch information
LcJuves committed Aug 2, 2023
1 parent 29faa30 commit af863fb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/codeoss-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
RUST_VERSION: 1.65.0
CODE_ICO_URL: https://github.com/LcJuves/vscode/raw/94cba4eb314f52fd18b47b72459954fda65302d0/resources/win32/code.ico
VSCODE_STEP_ON_IT: false
CACHE_VERSION: 1690966642
CACHE_VERSION: 1690973427
PUBLISH_NAME: dev_test_part24
PUBLISH_TAG_NAME: dev_test_part24
PRE_RELEASE: true
Expand Down Expand Up @@ -104,7 +104,6 @@ jobs:
compile:
name: Compile
runs-on: ubuntu-latest
needs: generate-product-configurations
env:
VSCODE_ARCH: x64

Expand All @@ -114,9 +113,6 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}

- name: Update product json
run: echo '${{ needs.generate-product-configurations.outputs.product-json }}' >product.json

- name: Install build tools
if: ${{ steps.cache-node-modules.outputs.cache-hit != 'true' }}
run: |
Expand Down

0 comments on commit af863fb

Please sign in to comment.