Skip to content

Commit 31442d8

Browse files
committed
fix typo
Signed-off-by: dartcafe <github@dartcafe.de>
1 parent 26e844f commit 31442d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_alpha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
if: success()
5656
uses: softprops/action-gh-release@v1
5757
with:
58-
body: "# Changelog for the upcomming release (preview)\n ${{ steps.extract-release-notes.outputs.release_notes }} "
58+
body: "# Changelog for the upcoming release (preview)\n ${{ steps.extract-release-notes.outputs.release_notes }} "
5959
prerelease: true
6060
draft: true
6161
generate_release_notes: true

.github/workflows/publish_beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: success()
5858
uses: softprops/action-gh-release@v1
5959
with:
60-
body: "# Changelog for the upcomming release (preview)\n ${{ steps.extract-release-notes.outputs.release_notes }} "
60+
body: "# Changelog for the upcoming release (preview)\n ${{ steps.extract-release-notes.outputs.release_notes }} "
6161
prerelease: true
6262
draft: true
6363
generate_release_notes: true

0 commit comments

Comments
 (0)