Skip to content

chore: corrected markdown html section #7

chore: corrected markdown html section

chore: corrected markdown html section #7

Workflow file for this run

name: Semantic Release
on:
push:
jobs:
release:
name: Create release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
with:
token: ${{ secrets.PAT }}
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18
- name: Install dependencies
working-directory: .
run: npm install
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.PAT }}
run: npx semantic-release