Skip to content

Merge pull request #42 from ASFHyP3/develop #9

Merge pull request #42 from ASFHyP3/develop

Merge pull request #42 from ASFHyP3/develop #9

Workflow file for this run

name: Create Release
on:
push:
tags:
- 'v*'
jobs:
call-release-workflow:
# Docs: https://github.com/ASFHyP3/actions
uses: ASFHyP3/actions/.github/workflows/[email protected]
with:
release_prefix: HyP3 SRG
release_branch: main
develop_branch: develop
sync_pr_label: actions-bot
secrets:
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}