mirror of
https://github.com/VSCodium/vscodium.git
synced 2026-04-20 18:54:29 +10:00
ci(linux): determine correct version [skip ci]
This commit is contained in:
6
.github/workflows/insider-linux.yml
vendored
6
.github/workflows/insider-linux.yml
vendored
@@ -91,6 +91,12 @@ jobs:
|
||||
- name: Clone VSCode repo
|
||||
run: ./get_repo.sh
|
||||
|
||||
- name: Check existing VSCodium tags/releases
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CHECK_ASSETS: 'no'
|
||||
run: ./check_tags.sh
|
||||
|
||||
- name: Build
|
||||
run: ./build.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user