From 9d048c55e5575fdd17201416c38e3235ddefa120 Mon Sep 17 00:00:00 2001 From: Will Cory Date: Tue, 31 Oct 2023 18:50:56 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20chore:=20Remove=20prerelease=20w?= =?UTF-8?q?orkflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Last pr https://github.com/base-org/op-viem/pull/158 there was a line of config that got missed when deleting prerelease code --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cae4db0..94bfbdd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,6 @@ jobs: # https://github.com/changesets/action#with-publishing - name: Handle Release Pull Request or Publish to npm id: changesets - if: steps.check_files.outputs.files_exists == 'false' uses: changesets/action@v1 with: title: "chore: version packages 🔖"