Skip to content

Commit 52052b6

Browse files
committed
Fix release workflow name
1 parent 470bd10 commit 52052b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
- name: Create GitHub Release
1818
uses: softprops/action-gh-release@v2
1919
with:
20-
name: Stash ${{ github.ref_name }}
20+
name: Stack ${{ github.ref_name }}
2121
body: |
22-
Download Stash below — attach the built `.dmg` (macOS) and `.exe` (Windows) files to this release.
22+
Download Stack below — attach the built `.dmg` (macOS) and `.exe` (Windows) files to this release.
2323
24-
Visit [stash.swendl.com](https://stash.swendl.com) for more information.
24+
Visit [stack.swendl.com](https://stack.swendl.com) for more information.
2525
draft: false
2626
prerelease: false

0 commit comments

Comments
 (0)