Skip to content

chore(deps): bump fp-ts from 2.13.1 to 2.16.5 (#66) #37

chore(deps): bump fp-ts from 2.13.1 to 2.16.5 (#66)

chore(deps): bump fp-ts from 2.13.1 to 2.16.5 (#66) #37

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- name: Install
run: npm install
- name: Build
run: npm run build
- name: Release
run: npm run semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}