Skip to content

chore: 🤖 update dependency eslint-plugin-unicorn to v55 (#688) #749

chore: 🤖 update dependency eslint-plugin-unicorn to v55 (#688)

chore: 🤖 update dependency eslint-plugin-unicorn to v55 (#688) #749

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/node-environment@v1.2.6
with:
should-cache: false
node-version: 20.17.0
package-manager: pnpm
package-manager-version: 9.10.0
- name: Build dist folder
run: pnpm build
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4.1.0
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 }}