Skip to content

Test changes

Test changes #4

Workflow file for this run

name: Build (Release)
on:
push:
tags:
- v2.8.*
- richard-cox-2.8-drone-tag
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}}