Skip to content

ci: Add renovate.json (#11) #23

ci: Add renovate.json (#11)

ci: Add renovate.json (#11) #23

Workflow file for this run

name: Release NPM version
on:
push:
branches:
- master
jobs:
semantic-release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.BOT_TOKEN }}
fetch-depth: 0
- uses: actions/setup-node@v4
- run: npm i --ignore-scripts
- run: npm run build
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
env:
GITHUB_TOKEN: ${{ secrets.BOT_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}