Skip to content

build: remove dist

build: remove dist #1

Workflow file for this run

name: Release Build and Publish
on:
push:
tags:
- v**
jobs:
build-for-release:
uses: ./.github/workflows/factory.yaml
with:
tag: ${{ github.ref_name }}
push: true
secrets: inherit