Skip to content

feat: slightly refresh the bot after core changes #20

feat: slightly refresh the bot after core changes

feat: slightly refresh the bot after core changes #20

Workflow file for this run

name: Release
on:
push:
branches: ["main", "next"]
env:
HUSKY: 0
CI: true
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
cache: "yarn"
node-version-file: ".nvmrc"
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ github.token }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}