Skip to content

Commit

Permalink
Merge pull request #37 from uclahs-cds/nzeltser-add-pipeline-release-…
Browse files Browse the repository at this point in the history
…yaml

add pipeline release yaml
  • Loading branch information
alkaZeltser authored Jan 10, 2024
2 parents 792a069 + c9a332a commit f3a5959
Show file tree
Hide file tree
Showing 2 changed files with 18 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 }}
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Add flow diagram of pipeline steps.
- Add checksum creation
- Add resource allocation for all processes in all partition types
- Add pipeline release github workflow

### Changed
- Update manifest
Expand Down

0 comments on commit f3a5959

Please sign in to comment.