Skip to content

Update README.md

Update README.md #48

Workflow file for this run

name: Release
"on":
push:
branches:
- master
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v3
with:
semantic_version: 16
branch: master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}