Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
hellovai committed Oct 18, 2024
1 parent 7ab8b02 commit d47b8c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-vscode-release.reusable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
build:
name: Build VSCode
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:

publish-vscode:
needs: [build]
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit d47b8c6

Please sign in to comment.