Skip to content

Release

Release #182

Workflow file for this run

name: Release
on:
workflow_run:
workflows:
- "Test"
branches:
- master
types:
- completed
env:
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.x"
- run: |
npm install --omit=optional --no-package-lock --no-color --no-description
npm install --no-package-lock --no-color --no-description \
@semantic-release/npm \
@semantic-release/git \
@semantic-release/changelog
npx semantic-release