Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarnsen authored Oct 27, 2024
1 parent c1267fd commit 5ab8f75
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# .github/workflows/release.yaml

name: Create Release

on:
Expand All @@ -12,20 +14,18 @@ jobs:

steps:
# Repository auschecken
# Checkout the repository
- name: Checkout Code
uses: actions/checkout@v3

# GitHub Release erstellen
# Create GitHub release
- name: Create GitHub Release
uses: actions/create-release@v1
with:
tag_name: ${{ github.ref_name }}
release_name: ${{ github.ref_name }}
body: |
## Release Notes
## 🎉 What's Changed
Automated release notes are generated by Release Drafter.
${{ steps.generate_release_notes.outputs.notes }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5ab8f75

Please sign in to comment.