Skip to content

build(deps-dev): bump @kubosho/configs from 2.1.17 to 2.1.20 #2593

build(deps-dev): bump @kubosho/configs from 2.1.17 to 2.1.20

build(deps-dev): bump @kubosho/configs from 2.1.17 to 2.1.20 #2593

name: Release
on:
push:
branches:
- master
pull_request:
branches:
- master
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
run: yarn
- name: Release script
run: npx semantic-release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}