From dae6834768a22ea67356e6356d458fb74c245282 Mon Sep 17 00:00:00 2001 From: Arvyd Paeglit Date: Tue, 27 Aug 2024 09:33:47 +0200 Subject: [PATCH 1/2] chore: fixed docs sync script by fixing a path (#522) --- .github/workflows/readme-sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme-sync.yaml b/.github/workflows/readme-sync.yaml index 54730e242..2a2a9d1cb 100644 --- a/.github/workflows/readme-sync.yaml +++ b/.github/workflows/readme-sync.yaml @@ -52,7 +52,7 @@ jobs: echo "No documentation changes detected, exiting." fi env: - SOURCE_PATH: ./docs/docs/scm-ide-and-ci-cd-workflow-and-integrations/snyk-ide-plugins-and-extensions/visual-studio-code-extension/README.md + SOURCE_PATH: ./docs/docs/scm-ide-and-ci-cd-integrations/snyk-ide-plugins-and-extensions/visual-studio-code-extension/README.md FILE_TO_COMMIT: README.md DESTINATION_REPOSITORY: vscode-extension DESTINATION_BRANCH: docs/automatic-gitbook-update From b579e54ce4977ed9b2ff861af5475080d2b4f6ae Mon Sep 17 00:00:00 2001 From: Arvyd Paeglit Date: Wed, 28 Aug 2024 15:36:08 +0200 Subject: [PATCH 2/2] chore: modified Github action to release new stable versions manually (#521) --- .github/workflows/release-stable.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-stable.yaml b/.github/workflows/release-stable.yaml index 5f0fa1d08..8685a4653 100644 --- a/.github/workflows/release-stable.yaml +++ b/.github/workflows/release-stable.yaml @@ -2,8 +2,10 @@ name: Build and Release on: workflow_dispatch: - schedule: - - cron: '0 9 * * 2' # every Tuesday at 9 am UTC + branches: + - main + # schedule: TODO: align release schedule with CLI + # - cron: '0 9 * * 2' # every Tuesday at 9 am UTC jobs: build: