Skip to content

build: add distribution files #3

build: add distribution files

build: add distribution files #3

Workflow file for this run

name: Release Draft 🚀
on:
push:
tags:
- 'v*'
jobs:
publishGitRelease:
if: startsWith(github.event.base_ref, 'refs/heads/release')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v1
with:
files: dist/*
draft: true
fail_on_unmatched_files: true