Skip to content

DD-18: switched to the shared GitHub workflows #1

DD-18: switched to the shared GitHub workflows

DD-18: switched to the shared GitHub workflows #1

Workflow file for this run

name: go-build
on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
jobs:
call-workflow-passing-data:
uses: cyverse-de/github-workflows/.github/workflows/[email protected]
with:
build-prerelease: ${{ contains(github.ref_name, '-rc') }}
secrets:
releases-repo-push-token: ${{ secrets.GH_DE_RELEASES_PUSH_TOKEN }}