Skip to content

chore(ci): fix configuration of release workflow #4

chore(ci): fix configuration of release workflow

chore(ci): fix configuration of release workflow #4

Workflow file for this run

name: release
on:
push:
branches:
- main
permissions:
contents: write
issues: write
pull-requests: write
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cycjimmy/[email protected]
with:
dry_run: true
extra_plugins: |
@insurgent/[email protected]
@semantic-release/[email protected]
@semantic-release/[email protected]
[email protected]
branches: |
[ 'main' ]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}