Skip to content

Commit

Permalink
Update default release blog content
Browse files Browse the repository at this point in the history
  • Loading branch information
mwithi committed Jul 23, 2024
1 parent f3e79e8 commit 8b60490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-announcement-sf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- name: Set Default Release Variables
id: set-vars
run: |
echo "RELEASE_NAME=${{ github.event.release.name || 'Test' }}" >> $GITHUB_ENV
echo "RELEASE_BODY=${{ github.event.release.body || 'Empty body' }}" >> $GITHUB_ENV
echo "RELEASE_NAME=${{ github.event.release.name || 'New Release!' }}" >> $GITHUB_ENV
echo "RELEASE_BODY=${{ github.event.release.body || 'Please visit https://github.com/informatici/openhospital/releases/latest' }}" >> $GITHUB_ENV
- name: Create Release Announcement on SourceForge
env:
Expand Down

0 comments on commit 8b60490

Please sign in to comment.