From c2f6f9ae3055a752fd6437121bbffc4434354e1a Mon Sep 17 00:00:00 2001 From: Tycho Bokdam Date: Tue, 5 Oct 2021 23:27:15 +0200 Subject: [PATCH] fix: Fixed ci and removed node_modules --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8523093..fbf314e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,7 @@ jobs: - name: Create Release uses: actions/create-release@v1 + if: steps.changelog.outputs.skipped != 'true' env: GITHUB_TOKEN: ${{ secrets.github_token }} with: