Skip to content

feat: use stow instead of manually copying symlinking files (#41) #3

feat: use stow instead of manually copying symlinking files (#41)

feat: use stow instead of manually copying symlinking files (#41) #3

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
tags:
- "v*.*.*"
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
with:
append_body: true
generate_release_notes: true
draft: true
files: |
./install.sh