Skip to content

tidying up

tidying up #3

Workflow file for this run

name: Build (Release)
on:
push:
tags:
# TODO RC
# - v*
- v1.2.3-richard-drone-ui
jobs:
test:
uses: ./.github/workflows/test.yaml
build-tag-and-upload:
uses: ./.github/workflows/build-and-upload.yaml
needs: test
permissions:
contents: 'read'
id-token: 'write'
with:
CI_BUILD_TAG: ${{github.ref_name}}