From 654cee3953fa82013ed865b9e4389d04b09ae750 Mon Sep 17 00:00:00 2001 From: Gianmarco Ciaffardini Date: Sat, 1 Oct 2022 01:05:45 +0200 Subject: [PATCH] chore: add changelog gen --- .github/workflows/pre-release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index a605023..1a6f949 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -11,8 +11,10 @@ jobs: runs-on: "ubuntu-latest" steps: - # ... - - name: "Generating Release" + - name: "Build & test" + run: | + echo "gen" + - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}"