mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 20:47:59 -05:00
Merge branch 'main' into zkbesu
This commit is contained in:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -12,8 +12,9 @@ jobs:
|
||||
steps:
|
||||
- name: Pre-process Release Name
|
||||
id: pre_process_release_name
|
||||
env:
|
||||
RELEASE_NAME: "${{ github.event.release.name }}"
|
||||
run: |
|
||||
RELEASE_NAME="${{ github.event.release.name }}"
|
||||
# strip all whitespace
|
||||
RELEASE_NAME="${RELEASE_NAME//[[:space:]]/}"
|
||||
if [[ ! "$RELEASE_NAME" =~ ^[0-9]+\.[0-9]+(\.[0-9]+)?(-.*)?$ ]]; then
|
||||
|
||||
Reference in New Issue
Block a user