mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-20 10:44:31 +10:00
ci: use existing release version number
This commit is contained in:
3
.github/workflows/publish-insider-linux.yml
vendored
3
.github/workflows/publish-insider-linux.yml
vendored
@@ -23,9 +23,6 @@ jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
permissions: {}
|
||||
env:
|
||||
SHOULD_BUILD: yes
|
||||
SHOULD_DEPLOY: yes
|
||||
outputs:
|
||||
MS_COMMIT: ${{ env.MS_COMMIT }}
|
||||
MS_TAG: ${{ env.MS_TAG }}
|
||||
|
||||
2
.github/workflows/publish-insider-macos.yml
vendored
2
.github/workflows/publish-insider-macos.yml
vendored
@@ -24,8 +24,6 @@ jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
env:
|
||||
SHOULD_BUILD: yes
|
||||
SHOULD_DEPLOY: yes
|
||||
VSCODE_ARCH: ${{ matrix.vscode_arch }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
@@ -21,9 +21,6 @@ jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
permissions: {}
|
||||
env:
|
||||
SHOULD_BUILD: yes
|
||||
SHOULD_DEPLOY: yes
|
||||
outputs:
|
||||
MS_COMMIT: ${{ env.MS_COMMIT }}
|
||||
MS_TAG: ${{ env.MS_TAG }}
|
||||
|
||||
3
.github/workflows/publish-stable-linux.yml
vendored
3
.github/workflows/publish-stable-linux.yml
vendored
@@ -23,9 +23,6 @@ jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
permissions: {}
|
||||
env:
|
||||
SHOULD_BUILD: yes
|
||||
SHOULD_DEPLOY: yes
|
||||
outputs:
|
||||
MS_COMMIT: ${{ env.MS_COMMIT }}
|
||||
MS_TAG: ${{ env.MS_TAG }}
|
||||
|
||||
2
.github/workflows/publish-stable-macos.yml
vendored
2
.github/workflows/publish-stable-macos.yml
vendored
@@ -24,8 +24,6 @@ jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
env:
|
||||
SHOULD_BUILD: yes
|
||||
SHOULD_DEPLOY: yes
|
||||
VSCODE_ARCH: ${{ matrix.vscode_arch }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
3
.github/workflows/publish-stable-windows.yml
vendored
3
.github/workflows/publish-stable-windows.yml
vendored
@@ -21,9 +21,6 @@ jobs:
|
||||
check:
|
||||
runs-on: ubuntu-latest
|
||||
permissions: {}
|
||||
env:
|
||||
SHOULD_BUILD: yes
|
||||
SHOULD_DEPLOY: yes
|
||||
outputs:
|
||||
MS_COMMIT: ${{ env.MS_COMMIT }}
|
||||
MS_TAG: ${{ env.MS_TAG }}
|
||||
|
||||
Reference in New Issue
Block a user