Merge 7d2fe2f7d1 into 6e045e6940
This commit is contained in:
commit
3f43ebec7c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pull-requests-release.yaml
vendored
1
.github/workflows/pull-requests-release.yaml
vendored
|
|
@ -122,6 +122,7 @@ jobs:
|
|||
- name: Publish draft release
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
github-token: ${{ steps.app-token.outputs.token }}
|
||||
script: |
|
||||
const tag = '${{ steps.get_tag.outputs.tag }}';
|
||||
const m = tag.match(/^v(\d+\.\d+\.\d+)(-(?:alpha|beta|rc)\.\d+)?$/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue