Skip to content

Commit

Permalink
Hotfix Release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxlider authored Oct 13, 2024
1 parent 265047c commit 2f80485
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .github/release.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,11 @@ jobs:
with:
tag_name: '${{ env.VERSION }}'
release_name: 'Release ${{ env.VERSION }}'
body: ${{ steps.get-changes.outputs.changes }}
body: |
Changelog since release ${{ steps.get-changes.outputs.tag }} :
---
${{ steps.get-changes.outputs.changes }}
---
draft: false
prerelease: ${{ env.IS_RELEASE == 'false' }}

Expand All @@ -182,6 +186,7 @@ jobs:

# Create Nightly Release
- name: Create Nightly Release
if: env.IS_RELEASE == 'false'
uses: andelf/nightly-release@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 2f80485

Please sign in to comment.