Skip to content

fix: add unity secrets to reusable workflow #65

fix: add unity secrets to reusable workflow

fix: add unity secrets to reusable workflow #65

Workflow file for this run

name: 🚀 Release (Preview)
on:
push:
branches:
- 'feat/**'
- 'fix/**'
paths-ignore:
- '**.md'
jobs:
create-preview-release:
name: Pre Release
uses: ./.github/workflows/release-template.yml
with:
blockPullRequestRelease: false
blockReleaseCommit: true
secrets: inherit