File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ name: Build & Release
33on :
44 push :
55 branches :
6- - main
6+ - release/3.8.x
77 tags-ignore :
8- - nightly
8+ - nightly-3.8.x
99
1010concurrency :
1111 group : ${{ github.workflow }}-${{ github.ref }}
@@ -78,11 +78,11 @@ jobs:
7878 run : bash .ci/release-non-nightly.sh
7979
8080 - name : Release nightly
81- if : github.ref == 'refs/heads/main '
81+ if : github.ref == 'refs/heads/release/3.8.x '
8282 timeout-minutes : 5
8383 env :
8484 GH_TOKEN : ${{ github.token }}
8585 GH_REPOSITORY : ${{ github.repository }}
86- RELEASE_TAG_NAME : nightly
86+ RELEASE_TAG_NAME : nightly-3.8.x
8787 RELEASE_TARGET : ${{ github.sha }}
8888 run : bash .ci/release-nightly.sh
Original file line number Diff line number Diff line change 11{
22 "name" : " kong-manager" ,
33 "private" : true ,
4- "version" : " 0.0 .0.0" ,
4+ "version" : " 3.8 .0.0" ,
55 "type" : " module" ,
66 "scripts" : {
77 "serve" : " vite" ,
You can’t perform that action at this time.
0 commit comments