Skip to content

Commit

Permalink
fix: no release
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Sep 26, 2024
1 parent c10138c commit b1b2f56
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/deploy-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit b1b2f56

Please sign in to comment.