Skip to content

Update

Update #9

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
create-release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- name: Create GitHub Release
uses: softprops/action-gh-release@v2
with:
name: Stack ${{ github.ref_name }}
body: |
Download Stack below — attach the built `.dmg` (macOS) and `.exe` (Windows) files to this release.
Visit [stack.swendl.com](https://stack.swendl.com) for more information.
draft: false
prerelease: false