Skip to content

v0.0.5 (#21)

v0.0.5 (#21) #5

Workflow file for this run

name: Create Release on Github
on:
push:
tags:
- 'v*'
jobs:
call-release-workflow:
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
release_prefix: distmetrics
develop_branch: dev
sync_pr_label: team-bot
secrets:
USER_TOKEN: ${{ secrets.OPERA_PST_DIST_TOKEN }}