Skip to content

docs: Update README.md #17

docs: Update README.md

docs: Update README.md #17

Workflow file for this run

name: Release
on:
push:
branches: [ master, test, dev ]
workflow_dispatch:
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install semantic-release plugins
run: |
npm install @semantic-release/github -D
npm install @semantic-release/changelog -D
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npx semantic-release