Skip to content

Merge pull request #11255 from rak-phillip/chore/port-2.7.patch1 #4

Merge pull request #11255 from rak-phillip/chore/port-2.7.patch1

Merge pull request #11255 from rak-phillip/chore/port-2.7.patch1 #4

name: Build Dashboard 2.7 (Release)
on:
push:
tags:
- v2.7.*
jobs:
build-validation:
name: Validate Code
uses: ./.github/workflows/build-test.yaml
build:
name: Build and Upload
uses: ./.github/workflows/build-and-upload.yaml
needs:
- build-validation
permissions:
contents: 'read'
id-token: 'write'
with:
CI_BUILD_TAG: ${{github.ref_name}}