From a4fdf4edd1b32afdf99a5bc3b20513f95e22e88c Mon Sep 17 00:00:00 2001 From: QuadStingray Date: Sat, 14 Oct 2023 13:30:23 +0200 Subject: [PATCH] ci: removed changelog and github release from release stage --- .github/workflows/main_test_release.yml | 8 -------- .github/workflows/release_and_changelog.yml | 2 +- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/.github/workflows/main_test_release.yml b/.github/workflows/main_test_release.yml index 7459d628..fbe97102 100755 --- a/.github/workflows/main_test_release.yml +++ b/.github/workflows/main_test_release.yml @@ -54,14 +54,6 @@ jobs: uses: actions/checkout@v3.0.0 with: fetch-depth: 0 - - name: Install pnpm - uses: pnpm/action-setup@v2.2.1 - with: - version: 6.0.2 - - name: install conventional-changelog-cli - run: pnpm install -g conventional-changelog-cli - - name: install conventional-github-release - run: pnpm install -g conventional-github-releaser - id: install-secret-key name: Install gpg secret key run: cat <(echo -e "${{ secrets.PGP_SECRET_KEY }}") | gpg --batch --import diff --git a/.github/workflows/release_and_changelog.yml b/.github/workflows/release_and_changelog.yml index 76aed32c..269e6235 100644 --- a/.github/workflows/release_and_changelog.yml +++ b/.github/workflows/release_and_changelog.yml @@ -22,7 +22,7 @@ jobs: node-version: 18 cache: 'pnpm' - - run: pnpm install + - run: pnpm install --no-frozen-lockfile - run: pnpm build