Skip to content

fix(hierarchical-store-view): add scroll-view to treeview of control #72

fix(hierarchical-store-view): add scroll-view to treeview of control

fix(hierarchical-store-view): add scroll-view to treeview of control #72

# Name of the workflow
name: Release
# Run on every commit tag which begins with "v" (e.g., "v0.1.4")
on:
push:
tags:
- "v*"
# Automatically create a GitHub Release, with release details specified (the relevant commits)
jobs:
release:
name: "Release on Windows"
runs-on: "windows-latest"
steps:
- uses: "asv-soft/asv-drones/.github/workflows/Build for Windows@v1"