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 21, 2024
1 parent 74fd0eb commit 014a465
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ name: release
on:
push:
tags:
#- "v[0-9]+.[0-9]+.[0-9]+"
- test[0-9]+.[0-9]+.[0-9]+

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
Expand All @@ -27,9 +26,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DRAFT_RELEASE: "true"
PRE_RELEASE: "false"
CHANGELOG_FILE: "CHANGELOG.md"
ALLOW_EMPTY_CHANGELOG: "false"
ALLOW_TAG_PREFIX: "true"



0 comments on commit 014a465

Please sign in to comment.