Skip to content

refactor: improve buffering in write_file function (#160) #2

refactor: improve buffering in write_file function (#160)

refactor: improve buffering in write_file function (#160) #2

Workflow file for this run

name: Release Drafter
on:
push:
branches:
- main
jobs:
release:
name: release
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: npx semantic-release