Skip to content

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#45) #49

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#45)

chore(deps-dev): bump braces from 3.0.2 to 3.0.3 (#45) #49

Workflow file for this run

name: Release
on:
push:
branches:
- master
workflow_dispatch:
inputs:
reason:
description: 'Manual Release Reason'
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: '18.x'
- name: Install dependencies
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx semantic-release