Skip to content

Merge pull request #302 from asv-soft/asv-soft-u03-patch-2 #12

Merge pull request #302 from asv-soft/asv-soft-u03-patch-2

Merge pull request #302 from asv-soft/asv-soft-u03-patch-2 #12

# 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"