Skip to content

Commit

Permalink
release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pPrecel committed Jul 22, 2024
1 parent 8dec089 commit fe80d61
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: release

on:
push:
tags:
- '^v?\d+\.\d+\.\d+(?:-.*)?$'

jobs:
builds:
uses: ./.github/workflows/build-push-release.yaml

0 comments on commit fe80d61

Please sign in to comment.