Skip to content

fix(fractionless): honor decimals in fractionless amounts (#265) #216

fix(fractionless): honor decimals in fractionless amounts (#265)

fix(fractionless): honor decimals in fractionless amounts (#265) #216

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
issues: write
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "lts/*"
cache: yarn
- name: yarn install, build and test
run: |
yarn install
yarn run test
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
run: yarn run semantic-release