Skip to content

Commit

Permalink
Change release CI
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Poignant <thomas.poignant@gofeatureflag.org>
  • Loading branch information
thomaspoignant committed Nov 12, 2023
1 parent 903cdaa commit 165b22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
pre-version-check:
if: ${{ startsWith(github.event.release.tag_name, 'v*') }}
if: ${{ startsWith(github.event.release.tag_name, 'v') }}
name: pre version check
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 165b22b

Please sign in to comment.