Skip to content

chore(workfloe): Remove workflow for semver in main brnach #16

chore(workfloe): Remove workflow for semver in main brnach

chore(workfloe): Remove workflow for semver in main brnach #16

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 }}