We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bf858 commit bbeea67Copy full SHA for bbeea67
.github/workflows/auto-release.yml
@@ -24,8 +24,8 @@ jobs:
24
with:
25
# Parse version from head branch
26
text: ${{ github.head_ref }}
27
- # match: refs/heads/preprare-release/xx.xx.xx
28
- regex: '^refs\/heads\/preprare-release\/(\d+\.\d+\.\d+)$'
+ # match: preprare-release/xx.xx.xx
+ regex: '^preprare-release\/(\d+\.\d+\.\d+)$'
29
30
- name: Prepare release
31
uses: getsentry/action-prepare-release@v1
0 commit comments