feat: notarize commit id (#1728)

This commit is contained in:
Baptiste Augrain
2023-11-15 17:31:04 +01:00
committed by GitHub
parent dfc41b2911
commit b8eac1f27b
13 changed files with 188 additions and 64 deletions

View File

@@ -3,17 +3,12 @@ name: stable-macos
on:
workflow_dispatch:
inputs:
new_release:
type: boolean
description: Force new Release
force_version:
type: boolean
description: Force update version
test_asset_builder:
type: boolean
description: Test the assets builder
schedule:
- cron: '0 18 * * *'
push:
branches: [ master ]
paths-ignore:
@@ -69,7 +64,6 @@ 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'