Skip to content

feat: don't store bound global fetch (#23) #8

feat: don't store bound global fetch (#23)

feat: don't store bound global fetch (#23) #8

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
publish:
environment: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci --ignore-scripts
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
run: npm run release