From f1ac6a14a314e5a998b6474f4e84ea848165f7d3 Mon Sep 17 00:00:00 2001 From: Pranav2612000 Date: Sat, 25 May 2024 19:20:18 +0530 Subject: [PATCH] chore: don't build before releasing Because we're running the Github Actions on ubuntu, we'll not be able to build it successfully. We can change this once we get it running on linux --- .github/workflows/initiateRelease.yml | 1 - release-plz.toml | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/initiateRelease.yml b/.github/workflows/initiateRelease.yml index 707955a..30d2d34 100644 --- a/.github/workflows/initiateRelease.yml +++ b/.github/workflows/initiateRelease.yml @@ -12,7 +12,6 @@ on: jobs: release-plz: name: Release(PR or Publish) - runs-on: ubuntu-latest environment: production steps: - name: Checkout repository diff --git a/release-plz.toml b/release-plz.toml index 7925d12..0cc06a0 100644 --- a/release-plz.toml +++ b/release-plz.toml @@ -1,2 +1,3 @@ [workspace] -release_always = false \ No newline at end of file +release_always = false +publish_no_verify = true