Skip to content

Commit

Permalink
Working on github action
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielChappuis committed Apr 25, 2024
1 parent 3de460d commit 716f52e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: release
on:
push:
tags:
- "test[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+"

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -30,7 +30,6 @@ jobs:
DRAFT_RELEASE: "true"
PRE_RELEASE: "false"
ALLOW_EMPTY_CHANGELOG: "false"
TAG_PREFIX_REGEX: "test"



2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.27.0] - 2024-04-22
## [0.10.1] - 2024-04-22

### Added

Expand Down

0 comments on commit 716f52e

Please sign in to comment.