1 parent 470bd10 commit 52052b6Copy full SHA for 52052b6
1 file changed
.github/workflows/release.yml
@@ -17,10 +17,10 @@ jobs:
17
- name: Create GitHub Release
18
uses: softprops/action-gh-release@v2
19
with:
20
- name: Stash ${{ github.ref_name }}
+ name: Stack ${{ github.ref_name }}
21
body: |
22
- Download Stash below — attach the built `.dmg` (macOS) and `.exe` (Windows) files to this release.
+ Download Stack below — attach the built `.dmg` (macOS) and `.exe` (Windows) files to this release.
23
24
- Visit [stash.swendl.com](https://stash.swendl.com) for more information.
+ Visit [stack.swendl.com](https://stack.swendl.com) for more information.
25
draft: false
26
prerelease: false
0 commit comments