Skip to content

Commit 37c4211

Browse files
committed
Edit generate-singularity-container.yml for alpha release v0.0.2.
Modify github workflow of hilapp singularity container build tag to alpha release v0.0.2
1 parent 020d831 commit 37c4211

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate-singularity-container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313
jobs:
1414
build_release:
1515
if: "github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, 'GENERATE SINGULARITY')"
16-
name: build_nightly_release
16+
name: build_v0.0.2_release
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: checkout
@@ -30,10 +30,10 @@ jobs:
3030
cd ..
3131
ls -l --block-size=M ./singularity/hilapp.sif
3232
#Publish singularity container
33-
- name: Update nightly release
33+
- name: Update v0.0.2 release
3434
uses: pyTooling/Actions/releaser@main
3535
with:
36-
tag: Nightly
36+
tag: V0.0.2
3737
rm: true
3838
token: ${{ secrets.GITHUB_TOKEN }}
3939
files: ./singularity/hilapp.sif

0 commit comments

Comments
 (0)