Skip to content

ci(workflows): call the shared merge workflow to sync development to … #96

ci(workflows): call the shared merge workflow to sync development to …

ci(workflows): call the shared merge workflow to sync development to … #96

Workflow file for this run

name: Build And Upload
on:
push:
tags:
- "*"
jobs:
call-reusable-workflow:
uses: intisy/workflows/.github/workflows/build.yml@main
with:
ref_name: ${{ github.ref_name }}
secrets:
envPAT: ${{ secrets.PAT }}