Merge pull request #264 from ASFHyP3/develop #49
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Write release and finish | |
on: | |
push: | |
tags: | |
- v* | |
jobs: | |
call-release-workflow: | |
uses: ASFHyP3/actions/.github/workflows/[email protected] | |
with: | |
release_prefix: HyP3 SDK | |
secrets: | |
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }} |