Skip to content

Commit

Permalink
Create pipeline-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpatel6 authored Jan 25, 2023
1 parent 849facb commit 96c8e4f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pipeline-release.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
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 }}

0 comments on commit 96c8e4f

Please sign in to comment.