File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -32,20 +32,20 @@ jobs:
3232
3333 steps :
3434 - name : Set Release Version
35- run : echo "RELEASE_VERSION=${GITHUB_REF#refs/tags /v}" >> $GITHUB_ENV
35+ run : echo "RELEASE_VERSION=${GITHUB_REF#refs/* /v}" >> $GITHUB_ENV
3636
3737 - name : Check Release Tag Format
3838 run : |
3939 re=[0-9]+\.[0-9]+\.[0-9]+
4040 if ! [[ $RELEASE_VERSION =~ $re ]]; then
41- echo 'Tag does not match expected regex pattern for releases (v[0-9]+.[0-9]+.[0-9]+b [0-9]+)'
41+ echo 'Tag does not match expected regex pattern for releases (v[0-9]+\ .[0-9]+\. [0-9]+)'
4242 echo $RELEASE_VERSION
4343 echo 'Please update your tag to match the expected regex pattern'
4444 exit 1
4545 fi
4646
4747 - name : Checkout
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 - name : Set OpenAPI Generator Version
5151 run : |
Original file line number Diff line number Diff line change 4343
4444 steps :
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747
4848 - name : Set up Python
4949 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 5050 MANTECA_APPLICATION_ID : ${{ secrets.MANTECA_APPLICATION_ID }}
5151 steps :
5252 - name : Checkout
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v5
5454
5555 - name : Set up Python
5656 uses : actions/setup-python@v5
8989 MANTECA_APPLICATION_ID : ${{ secrets.MANTECA_UP_APPLICATION_ID }}
9090 steps :
9191 - name : Checkout
92- uses : actions/checkout@v4
92+ uses : actions/checkout@v5
9393
9494 - name : Set up Python
9595 uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments