Skip to content

ci: disable npm publishing with semantic-release #164

ci: disable npm publishing with semantic-release

ci: disable npm publishing with semantic-release #164

Workflow file for this run

name: Release
on:
push:
branches:
- 'alpha'
- 'beta'
- 'master'
jobs:
release:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup Project
uses: ./.github/actions/setup
- name: Build Project
run: npm run build
- name: Semantic Release
run: npx semantic-release