Skip to content

perf(semver): Add npm based semver release #14

perf(semver): Add npm based semver release

perf(semver): Add npm based semver release #14

Workflow file for this run

name: semantic-versioning-workflow
on:
push:
branches:
- main
jobs:
semantic-versioning:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
-
name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}