Skip to content
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.

chore: fix integration test #120

chore: fix integration test

chore: fix integration test #120

Workflow file for this run

name: Release Check
on: push
jobs:
release-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 18
- uses: cycjimmy/semantic-release-action@v3
with:
extra_plugins: |
@semantic-release/git
@semantic-release/exec
env:
GITHUB_TOKEN: ${{ secrets.TOKEN_RELEASE_CHECK }}