Skip to content

Extensions compatibility tests 2.10 #11

Extensions compatibility tests 2.10

Extensions compatibility tests 2.10 #11

name: Build Dashboard (Release)
on:
push:
tags:
<<<<<<< HEAD

Check failure on line 5 in .github/workflows/build-and-upload-release.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-and-upload-release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 5
- v2.*
=======
- v2.9.*
>>>>>>> b7384b5fad (Revert "script adjustment/fix")
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}}