mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-23 03:20:16 +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:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions: {}
|
permissions: {}
|
||||||
env:
|
|
||||||
SHOULD_BUILD: yes
|
|
||||||
SHOULD_DEPLOY: yes
|
|
||||||
outputs:
|
outputs:
|
||||||
MS_COMMIT: ${{ env.MS_COMMIT }}
|
MS_COMMIT: ${{ env.MS_COMMIT }}
|
||||||
MS_TAG: ${{ env.MS_TAG }}
|
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:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
env:
|
env:
|
||||||
SHOULD_BUILD: yes
|
|
||||||
SHOULD_DEPLOY: yes
|
|
||||||
VSCODE_ARCH: ${{ matrix.vscode_arch }}
|
VSCODE_ARCH: ${{ matrix.vscode_arch }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
@@ -21,9 +21,6 @@ jobs:
|
|||||||
check:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions: {}
|
permissions: {}
|
||||||
env:
|
|
||||||
SHOULD_BUILD: yes
|
|
||||||
SHOULD_DEPLOY: yes
|
|
||||||
outputs:
|
outputs:
|
||||||
MS_COMMIT: ${{ env.MS_COMMIT }}
|
MS_COMMIT: ${{ env.MS_COMMIT }}
|
||||||
MS_TAG: ${{ env.MS_TAG }}
|
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:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions: {}
|
permissions: {}
|
||||||
env:
|
|
||||||
SHOULD_BUILD: yes
|
|
||||||
SHOULD_DEPLOY: yes
|
|
||||||
outputs:
|
outputs:
|
||||||
MS_COMMIT: ${{ env.MS_COMMIT }}
|
MS_COMMIT: ${{ env.MS_COMMIT }}
|
||||||
MS_TAG: ${{ env.MS_TAG }}
|
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:
|
permissions:
|
||||||
contents: write
|
contents: write
|
||||||
env:
|
env:
|
||||||
SHOULD_BUILD: yes
|
|
||||||
SHOULD_DEPLOY: yes
|
|
||||||
VSCODE_ARCH: ${{ matrix.vscode_arch }}
|
VSCODE_ARCH: ${{ matrix.vscode_arch }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
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:
|
check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
permissions: {}
|
permissions: {}
|
||||||
env:
|
|
||||||
SHOULD_BUILD: yes
|
|
||||||
SHOULD_DEPLOY: yes
|
|
||||||
outputs:
|
outputs:
|
||||||
MS_COMMIT: ${{ env.MS_COMMIT }}
|
MS_COMMIT: ${{ env.MS_COMMIT }}
|
||||||
MS_TAG: ${{ env.MS_TAG }}
|
MS_TAG: ${{ env.MS_TAG }}
|
||||||
|
|||||||
Reference in New Issue
Block a user