From c193c96c240a9cb3bcea9206738966a2ae0683a8 Mon Sep 17 00:00:00 2001 From: xandemon Date: Thu, 3 Oct 2024 00:15:40 +0545 Subject: [PATCH] :zap: feat: trigger a draft release instead of main one after pushing tags --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d350d87..8bbd96e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,6 +47,7 @@ jobs: uses: softprops/action-gh-release@v1 with: tag_name: ${{ github.ref_name }} + draft: true # body: | # Changes in this release: # - New version published to npm: ${{ github.ref }}