Skip to content

Commit

Permalink
chore(*): release v3.8.0.0 (#273)
Browse files Browse the repository at this point in the history
* chore(*): release v3.8.0.0

* chore(*): release v3.8.0.0
  • Loading branch information
Leopoldthecoder authored Aug 20, 2024
1 parent 3214da7 commit fd7ea86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: Build & Release
on:
push:
branches:
- main
- release/3.8.x
tags-ignore:
- nightly
- nightly-3.8.x

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down Expand Up @@ -78,11 +78,11 @@ jobs:
run: bash .ci/release-non-nightly.sh

- name: Release nightly
if: github.ref == 'refs/heads/main'
if: github.ref == 'refs/heads/release/3.8.x'
timeout-minutes: 5
env:
GH_TOKEN: ${{ github.token }}
GH_REPOSITORY: ${{ github.repository }}
RELEASE_TAG_NAME: nightly
RELEASE_TAG_NAME: nightly-3.8.x
RELEASE_TARGET: ${{ github.sha }}
run: bash .ci/release-nightly.sh
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kong-manager",
"private": true,
"version": "0.0.0.0",
"version": "3.8.0.0",
"type": "module",
"scripts": {
"serve": "vite",
Expand Down

0 comments on commit fd7ea86

Please sign in to comment.