Skip to content

v1.7.1-rc3

v1.7.1-rc3 #47

Workflow file for this run

name: Tag Build and Publish
on:
release:
types:
- published
jobs:
call-dapper-build:
uses: ./.github/workflows/template-build.yml
with:
release-tag-name: ${{ github.ref_name }}
push: true
skip-ci: true
secrets: inherit