Skip to content

fix: only comment about no contributions after checking all contribut… #85

fix: only comment about no contributions after checking all contribut…

fix: only comment about no contributions after checking all contribut… #85

Workflow file for this run

name: Release
"on":
push:
branches:
- master
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
cache: npm
node-version: lts/*
- run: npm ci
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}