Skip to content

feat: add tmux-like zoom (maximize) toggle for terminal (#23) #5

feat: add tmux-like zoom (maximize) toggle for terminal (#23)

feat: add tmux-like zoom (maximize) toggle for terminal (#23) #5

Workflow file for this run

name: Semantic Release
on:
push:
branches:
- main
workflow_dispatch:
jobs:
release:
name: Create Release
runs-on: ubuntu-latest
permissions:
contents: write # Needed to push tags and release commits
issues: write # Needed if semantic-release comments on issues
pull-requests: write # Needed for PR comments
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Run Semantic Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm install -D semantic-release @semantic-release/changelog @semantic-release/exec @semantic-release/git
npx semantic-release