Merge pull request #254 from ASFHyP3/develop #30
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: Create Release | |
on: | |
push: | |
tags: | |
- 'v*' | |
jobs: | |
call-release-workflow: | |
# Docs: https://github.com/ASFHyP3/actions | |
uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.12.0 | |
with: | |
release_prefix: HyP3 ISCE2 | |
secrets: | |
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }} |