From b1b2f5641202312efd7d0da5a94eb14fda4b1854 Mon Sep 17 00:00:00 2001 From: BernhardBaumrock Date: Thu, 26 Sep 2024 12:42:58 +0200 Subject: [PATCH] fix: no release --- .github/workflows/deploy-to-main.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.github/workflows/deploy-to-main.yml b/.github/workflows/deploy-to-main.yml index ba272e5..e639c6c 100644 --- a/.github/workflows/deploy-to-main.yml +++ b/.github/workflows/deploy-to-main.yml @@ -18,14 +18,13 @@ jobs: preset: "conventionalcommits" github-token: ${{ secrets.CI_TOKEN }} - - name: Create zip archive - run: zip -r site-rockfrontend.zip site/assets/backups/export-profile/site-rockfrontend + # - name: Create zip archive + # run: zip -r site-rockfrontend.zip site/assets/backups/export-profile/site-rockfrontend - - name: Create Release - uses: softprops/action-gh-release@v2 - if: ${{ steps.changelog.outputs.skipped == 'false' }} - with: - files: site-rockfrontend.zip - tag_name: ${{ steps.changelog.outputs.tag }} - body: ${{ steps.changelog.outputs.clean_changelog }} - generate_release_notes: false + # - name: Create Release + # uses: softprops/action-gh-release@v2 + # if: ${{ steps.changelog.outputs.skipped == 'false' }} + # with: + # files: site-rockfrontend.zip + # tag_name: ${{ steps.changelog.outputs.tag }} + # body: ${{ steps.changelog.outputs.clean_changelog }}