Terminal Markdown previewer — GUI-like experience.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #4 from RivoLink/chore/release-workflows

fix: workflow job name

authored by

Rivo Link and committed by
GitHub
4840dd8d a852bd8d

+1 -1
+1 -1
.github/workflows/release-cut.yml
··· 22 22 contents: write 23 23 24 24 jobs: 25 - cut-release: 25 + release-cut: 26 26 runs-on: ubuntu-latest 27 27 28 28 steps: