Skip to content

fix(semrel): fix branch (#364) #2

fix(semrel): fix branch (#364)

fix(semrel): fix branch (#364) #2

Workflow file for this run

name: Semantic Releaser
on:
push:
branches:
- master
permissions:
contents: write
packages: write
pull-requests: write
jobs:
semrel:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
with:
extra_plugins: |
@semantic-release/[email protected]
@semantic-release/[email protected]
[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}