Skip to content

fix: build code into dist and only publish that to NPM #4

fix: build code into dist and only publish that to NPM

fix: build code into dist and only publish that to NPM #4

Workflow file for this run

name: NPM Release
on:
workflow_dispatch:
jobs:
npm-release:
name: NPM Release
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build
uses: yarn build
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}