feat: add release number (#1192)

This commit is contained in:
Baptiste Augrain
2022-08-16 13:51:45 +02:00
committed by GitHub
parent ed5a695d2c
commit 118ea7993d
16 changed files with 336 additions and 99 deletions

View File

@@ -54,6 +54,7 @@ jobs:
- name: Check existing VSCodium tags/releases
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NEW_RELEASE: ${{ secrets.NEW_RELEASE }}
run: ./check_tags.sh
if: env.SHOULD_DEPLOY == 'yes'

View File

@@ -42,6 +42,7 @@ jobs:
- name: Check existing VSCodium tags/releases
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NEW_RELEASE: ${{ secrets.NEW_RELEASE }}
run: . check_tags.sh
if: env.SHOULD_DEPLOY == 'yes'

View File

@@ -50,6 +50,7 @@ jobs:
- name: Check existing VSCodium tags/releases
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NEW_RELEASE: ${{ secrets.NEW_RELEASE }}
run: ./check_tags.sh
if: env.SHOULD_DEPLOY == 'yes'