소스 검색

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