Skip to content

build(deps): bump yaml, semantic-release and cssnano (#92) #28

build(deps): bump yaml, semantic-release and cssnano (#92)

build(deps): bump yaml, semantic-release and cssnano (#92) #28

Workflow file for this run

name: RELEASE
on:
push:
branches:
- main
jobs:
release:
name: Release
if: github.ref == 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: 16
- name: Install
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.PAT_SEMANTIC_RELEASE }}
run: npx semantic-release