Skip to content

Commit

Permalink
Merge pull request #147 from datafuselabs/fix/release-mvn
Browse files Browse the repository at this point in the history
fix: release mvn ci
  • Loading branch information
hantmac authored Feb 6, 2024
2 parents cd14317 + d6d7b6e commit e6daba3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Release Workflow
on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
- '[0-9]+.[0-9]+.[0-9]+-rc*'
- 'v[0-9]+.[0-9]+.[0-9]+'
- 'v[0-9]+.[0-9]+.[0-9]+-rc*'

jobs:
build-and-release:
Expand Down

0 comments on commit e6daba3

Please sign in to comment.