Skip to content

feat: rendered

feat: rendered #2

Workflow file for this run

name: 📦 Release
on:
workflow_dispatch:
push:
branches: [main, production, staging]
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}