Skip to content

Merge pull request #1572 from kubosho/dependabot/npm_and_yarn/kubosho… #2401

Merge pull request #1572 from kubosho/dependabot/npm_and_yarn/kubosho…

Merge pull request #1572 from kubosho/dependabot/npm_and_yarn/kubosho… #2401

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 }}