Skip to content

Commit

Permalink
build: Pass apptainerVersion to publishing steps. (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs authored Jan 17, 2025
1 parent 0db6e96 commit 7fc9f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,5 @@ jobs:
releaseTag: 'continuous'
releaseName: "Development Release ${{ needs.Checkout.outputs.currentVersion }} @ ${{ needs.Checkout.outputs.currentShortHash }}"
releaseBodyFile: ./ChangeLog.md
apptainerVersion: ${{ needs.Checkout.outputs.apptainerVersion }}
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/detect_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ jobs:
releaseTag: ${{ needs.Checkout.outputs.currentVersion }}
releaseName: "Release ${{ needs.Checkout.outputs.currentVersion }}"
releaseBody: ${{ github.event.pull_request.body }}
apptainerVersion: ${{ needs.Checkout.outputs.apptainerVersion }}
secrets: inherit

0 comments on commit 7fc9f83

Please sign in to comment.