Skip to content

fix(semver): job name of semver workflow updated #12

fix(semver): job name of semver workflow updated

fix(semver): job name of semver workflow updated #12

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:
GH_TOKEN: ${{ secrets.GH_TOKEN }}