Skip to content

chore(deps): update freckle/mergeabot-action action to v3.1.1 (#477) #55

chore(deps): update freckle/mergeabot-action action to v3.1.1 (#477)

chore(deps): update freckle/mergeabot-action action to v3.1.1 (#477) #55

Workflow file for this run

name: Release
on:
push:
branches:
- main
- rc/*
permissions:
contents: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: cycjimmy/semantic-release-action@v6.0.0
with:
extra_plugins: |
conventional-changelog-conventionalcommits
@semantic-release/exec
env:
FORCE_COLOR: 1
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
GITHUB_TOKEN: ${{ github.token }}