Merge pull request #1047 from harvester/mergify/bp/release-harvester-… #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build Dashboard (Release) | |
on: | |
push: | |
tags: | |
- v[1-9].* | |
jobs: | |
build-validation: | |
name: Validate Code | |
uses: ./.github/workflows/build-test.yaml | |
build: | |
name: Build and Upload Package | |
uses: ./.github/workflows/build-and-upload.yaml | |
needs: | |
- build-validation | |
permissions: | |
contents: read | |
packages: write | |
id-token: write | |
with: | |
CI_BUILD_TAG: ${{github.ref_name}} |