Skip to content

Commit

Permalink
change trigger for porchctl build
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslawc authored Sep 23, 2024
1 parent 43f5702 commit 0d2bf82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ name: porchctl Release
on:
push:
tags:
- "v[1-9].*.*"
- "v*[0-9]+.[0-9]+.[0-9]+"

jobs:
build:
Expand All @@ -41,4 +41,4 @@ jobs:
version: latest
args: release --skip-validate -f release/tag/goreleaser.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0d2bf82

Please sign in to comment.