summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tarball.yml
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-05-25 17:24:54 (GMT)
committerGitHub <noreply@github.com>2023-05-25 17:24:54 (GMT)
commit018ca4e37f52e13db5e72926ad2827460eec9cdd (patch)
treee2af4e24964175ace5663de1e8d22f5981d10045 /.github/workflows/tarball.yml
parent27eee8330a30bbab3c29d5d463cd8efa8bf04020 (diff)
downloadhdf5-018ca4e37f52e13db5e72926ad2827460eec9cdd.zip
hdf5-018ca4e37f52e13db5e72926ad2827460eec9cdd.tar.gz
hdf5-018ca4e37f52e13db5e72926ad2827460eec9cdd.tar.bz2
Develop release workflow (#3002)
Implement (pre)release workflow for daily build
Diffstat (limited to '.github/workflows/tarball.yml')
-rw-r--r--.github/workflows/tarball.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml
index e68cb64..ae2992e 100644
--- a/.github/workflows/tarball.yml
+++ b/.github/workflows/tarball.yml
@@ -10,6 +10,12 @@ on:
file_base:
description: "The common base name of the source tarballs"
value: ${{ jobs.create_tarball.outputs.file_base }}
+ file_branch:
+ description: "The branch used for the source tarballs"
+ value: ${{ jobs.check_commits.outputs.branch_ref }}
+ file_sha:
+ description: "The sha used for the source tarballs"
+ value: ${{ jobs.check_commits.outputs.branch_sha }}
permissions:
contents: read