Skip to content

chore: add codeowners #20

chore: add codeowners

chore: add codeowners #20

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
name: Release
runs-on: ubuntu-latest
environment: release
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.CI_GITHUB_TOKEN }}
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.CI_GITHUB_TOKEN }}
GIT_AUTHOR_NAME: wfcd-bot-boi
GIT_COMITTER_NAME: wfcd-bot-boi
GIT_COMITTER_EMAIL: [email protected]
GIT_AUTHOR_EMAIL: [email protected]
with:
extra_plugins: |
@semantic-release/git
semantic-release-pub