Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TimBF authored Nov 15, 2022
1 parent b172261 commit dc82e56
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ on:
tags: ["v[0-9]+.[0-9]+.[0-9]+"]

jobs:
build:
tagged-release:
name: "Tagged Release"
if: startsWith( github.ref, 'refs/tags/v')
runs-on: windows-2019

runs-on: windows-2019

steps:
steps:
- uses: actions/checkout@v3
name: Checkout Code

Expand Down

0 comments on commit dc82e56

Please sign in to comment.