Skip to content

Commit

Permalink
build: force RELEASE_VERSION to be 1.94.2.24286
Browse files Browse the repository at this point in the history
  • Loading branch information
darkyzhou committed Nov 7, 2024
1 parent 768aa0c commit e16e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ env:
OS_NAME: linux
VERSIONS_REPOSITORY: ${{ github.repository_owner }}/versions
VSCODE_QUALITY: stable
RELEASE_VERSION: 1.94.2.24286

jobs:
check:
runs-on: ubuntu-latest
outputs:
MS_COMMIT: ${{ env.MS_COMMIT }}
MS_TAG: ${{ env.MS_TAG }}
RELEASE_VERSION: ${{ env.RELEASE_VERSION }}
SHOULD_BUILD: ${{ env.SHOULD_BUILD }}
SHOULD_DEPLOY: ${{ env.SHOULD_DEPLOY }}

Expand Down

0 comments on commit e16e4a7

Please sign in to comment.