Skip to content

fix: update README.md #4

fix: update README.md

fix: update README.md #4

Workflow file for this run

name: Check if release is necessary
on:
push:
branches: [ "master" ]
jobs:
release-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org
- name: Release check
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/git
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_RELEASE_CHECK }}