Merge pull request #143 from uclahs-cds/yashpatel-release-6.1.0 #15
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
--- | |
on: | |
push: | |
tags: "v*" | |
release: | |
types: [published] | |
permissions: read-all | |
jobs: | |
add_release_asset: | |
runs-on: ubuntu-latest | |
name: A job to add a release asset with submodules | |
steps: | |
- id: release-asset | |
uses: uclahs-cds/tool-Nextflow-action/add-source-with-submodules@latest | |
with: | |
my-token: ${{ secrets.UCLAHS_CDS_REPO_READ_TOKEN }} |