From 2296c826c49645e6c79392793cf128f96fd940f6 Mon Sep 17 00:00:00 2001 From: the3venthoriz0n Date: Thu, 21 Mar 2024 16:38:03 -0700 Subject: [PATCH] Change release action --- .github/workflows/publish.yml | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3d28588..3d051cd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -32,29 +32,11 @@ jobs: - name: Validate artifact exists run: test -d ./dist - - name: Run script to extract changelog entry - id: extract-changelog - run: | - # Read the contents of the changelog.md file - changelog_content=$(