Skip to content

Commit

Permalink
fix: fix release and bump version pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
Younday committed May 8, 2024
1 parent 63be5eb commit 512336e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bump-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
body_path: "changelog.md"
tag_name: ${{ env.REVISION }}
files: |
"changelog.md"
"docker-compose.zip"
"ray-helm-chart.zip"
"syntho-ui-helm-chart.zip"
changelog.md
docker-compose.tar.gz
ray-helm-chart.tar.gz
syntho-ui-helm-chart.tar.gz
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5 changes: 3 additions & 2 deletions .github/workflows/release-cli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Release CLI

on:
push:
branches:
- main
# Pattern matched against refs/tags
tags:
- '*'

jobs:
release-cli:
Expand Down

0 comments on commit 512336e

Please sign in to comment.