Merge branch 'main' into or-2027-github-actions-create-patch-from-main-branch-auto-update
This commit is contained in:
commit
dc20af662b
3 changed files with 3 additions and 3 deletions
2
.github/workflows/update-tag.yaml
vendored
2
.github/workflows/update-tag.yaml
vendored
|
|
@ -46,4 +46,4 @@ jobs:
|
|||
git fetch --tags
|
||||
git checkout main
|
||||
echo "Updating tag ${{ env.LATEST_TAG }} to point to latest commit on main"
|
||||
git push origin HEAD:refs/tags/${{ env.LATEST_TAG }} --force
|
||||
git push origin HEAD:refs/tags/${{ env.LATEST_TAG }} --force
|
||||
|
|
@ -135,7 +135,7 @@ const WarnBadge = React.memo(
|
|||
|
||||
<div
|
||||
className="py-1 ml-3 cursor-pointer"
|
||||
onClick={() => closeWarning(2)}
|
||||
onClick={() => closeWarning(1)}
|
||||
>
|
||||
<Icon name="close" size={16} color="black" />
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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.30"
|
||||
AppVersion: "v1.22.31"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue