From 1351463be109010285dfb2226cf5a7fde258008e Mon Sep 17 00:00:00 2001 From: wellwelwel <46850407+wellwelwel@users.noreply.github.com> Date: Fri, 24 Jan 2025 18:00:45 -0300 Subject: [PATCH] cd: remove `prerelease` --- .github/workflows/cd_publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/cd_publish.yml b/.github/workflows/cd_publish.yml index 3738c144..ea4b1435 100644 --- a/.github/workflows/cd_publish.yml +++ b/.github/workflows/cd_publish.yml @@ -23,7 +23,6 @@ jobs: with: token: ${{ secrets.PAT }} release-type: node - prerelease: true package-name: poku changelog-path: 'CHANGELOG.md'