Skip to content

Commit

Permalink
Update release template
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Jun 25, 2024
1 parent a914c00 commit 9585b2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out code from GitHub
- name: Checkout
uses: actions/checkout@v4

- name: Make release
- name: Release
uses: softprops/action-gh-release@v2
with:
body: |
If you like this integration, please star this repo to show your appreciation - it makes me very happy!
Enjoying this integration? Show your support by starring the repository! ⭐️
**Changes:**
- Change 1
Expand Down

0 comments on commit 9585b2f

Please sign in to comment.