Skip to content

chore: 🤖 update dependency cspell to v8.13.1 #435

chore: 🤖 update dependency cspell to v8.13.1

chore: 🤖 update dependency cspell to v8.13.1 #435

Workflow file for this run

name: Semantic Release
on:
push:
branches: [main]
jobs:
release:
name: Release version
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Setup Node environment
uses: Exlint/[email protected]
with:
should-cache: false
node-version: 20.16.0
package-manager: pnpm
package-manager-version: 8.15.9
- name: Build dist folder
run: pnpm build
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Semantic Release
uses: cycjimmy/[email protected]
with:
extra_plugins: |
@semantic-release/changelog
@semantic-release/commit-analyzer
@semantic-release/git
@semantic-release/npm
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}