Skip to content

Commit

Permalink
Update sync-build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daveleroy committed Aug 10, 2023
1 parent d0da26c commit 3045dec
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/sync-build-release-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:

vscode-js-debug:
uses: ./.github/workflows/sync-build-release.yml

with:
upstream: microsoft/vscode-js-debug
repository: vscode-js-debug
tag_prefix: v1

build: |
npm install --legacy-peer-deps
node_modules/.bin/gulp vsDebugServerBundle
node_modules/.bin/gulp vsDebugServerBundle
mv dist extension
zip -r extension.vsix extension
Expand All @@ -37,7 +37,7 @@ jobs:
./node_modules/.bin/gulp installPythonLibs
npm run package
mv ms-python-insiders.vsix extension.vsix
secrets:
token: ${{ secrets.PUSH_TOKEN }}

Expand All @@ -53,7 +53,7 @@ jobs:
npm install --legacy-peer-deps
npm run build
npm run package -- -o extension.vsix
secrets:
token: ${{ secrets.PUSH_TOKEN }}

Expand All @@ -68,10 +68,11 @@ jobs:
build: |
sudo apt-get install erlang-dev
sudo apt-get install elixir
mix local.hex --force
npm install
mix deps.get
MIX_ENV=prod mix compile
npx vsce package -o extension.vsix
secrets:
token: ${{ secrets.PUSH_TOKEN }}

Expand All @@ -86,6 +87,6 @@ jobs:
build: |
npm install
npx vsce package -o extension.vsix
secrets:
token: ${{ secrets.PUSH_TOKEN }}

0 comments on commit 3045dec

Please sign in to comment.