Skip to content

chore: 🤖 update dependency npm-run-all2 to v7 (#813) #827

chore: 🤖 update dependency npm-run-all2 to v7 (#813)

chore: 🤖 update dependency npm-run-all2 to v7 (#813) #827

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: 22.11.0
package-manager: pnpm
package-manager-version: 9.12.3
- name: Build dist folder
run: pnpm build
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
- 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 }}