Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

fix: make plan features brand-configurable via NEXT_PUBLIC_BRAND_PLAN… #88

fix: make plan features brand-configurable via NEXT_PUBLIC_BRAND_PLAN…

fix: make plan features brand-configurable via NEXT_PUBLIC_BRAND_PLAN… #88

Workflow file for this run

name: Release
on:
push:
branches: [main]
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
jobs:
release:
uses: wopr-network/.github/.github/workflows/release.yml@main
secrets:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}