Skip to content

Merge pull request #319 from kiroboio/txTrace_computed #174

Merge pull request #319 from kiroboio/txTrace_computed

Merge pull request #319 from kiroboio/txTrace_computed #174

Workflow file for this run

name: Publish Package to npmjs
on:
push:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false # this prevents GitHub actions from using a token we don't want to use
fetch-depth: 0 # this is required to fetch all the tags
- name: Install and Build
run: yarn install --frozen-lockfile && yarn build
- name: Release
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release