浏览代码

ci: add force release checkbox [skip ci]

Baptiste Augrain 2 年之前
父节点
当前提交
1151ccb8a5
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/insider-linux.yml

+ 4 - 0
.github/workflows/insider-linux.yml

@@ -6,6 +6,9 @@ on:
       release_version:
         type: string
         description: Forced release version
+      new_release:
+        type: boolean
+        description: Force new Release
   schedule:
     - cron: '0 8 * * *'
   push:
@@ -164,6 +167,7 @@ jobs:
       - name: Check existing VSCodium tags/releases
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+          NEW_RELEASE: ${{ github.event.inputs.new_release }}
         run: ./check_tags.sh
         if: env.SHOULD_DEPLOY == 'yes'