Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
GitHub Action
77dd8b4b35 Increment frontend chart version 2025-05-26 14:02:19 +00:00
rjshrjndrn
33fb8f16e0 chore(actions): rebase only if not main
Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
2025-05-26 15:59:22 +02:00
2 changed files with 2 additions and 1 deletions

View file

@ -24,6 +24,7 @@ jobs:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
- name: Rebase with main branch, to make sure the code has latest main changes
if: github.ref != 'refs/heads/main'
run: |
git remote -v
git config --global user.email "action@github.com"

View file

@ -18,4 +18,4 @@ version: 0.1.10
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
AppVersion: "v1.22.35"
AppVersion: "v1.22.36"