From ff935c060379029ea70594dcf0fb5498e0654609 Mon Sep 17 00:00:00 2001 From: natilou <30585029+natilou@users.noreply.github.com> Date: Thu, 13 Jul 2023 17:54:25 -0300 Subject: [PATCH] feat: initial version --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 73043bf..f3f3e7a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -18,10 +18,6 @@ jobs: pull-requests: write steps: - - name: checkout - uses: actions/checkout@v2 - run: git checkout -b release - - name: conventional Changelog Action id: changelog uses: TriPSs/conventional-changelog-action@v3