Skip to content

Change validate to return 'result' #28

Change validate to return 'result'

Change validate to return 'result' #28

Workflow file for this run

name: Tag workflow
on:
push:
tags:
- 'v*'
jobs:
call-build-and-test:
uses: ./.github/workflows/reuse-build-and-test.yml
call-publish:
needs: call-build-and-test
uses: ./.github/workflows/reuse-publish.yml