Skip to content

refactor(releaserc): Update npm semver to github action #1

refactor(releaserc): Update npm semver to github action

refactor(releaserc): Update npm semver to github action #1

Workflow file for this run

name: cli-release
on:
push:
branches:
- main
jobs:
goreleaser:
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 }}