We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020d831 commit 37c4211Copy full SHA for 37c4211
1 file changed
.github/workflows/generate-singularity-container.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
build_release:
15
if: "github.event_name == 'workflow_dispatch' || contains(github.event.head_commit.message, 'GENERATE SINGULARITY')"
16
- name: build_nightly_release
+ name: build_v0.0.2_release
17
runs-on: ubuntu-latest
18
steps:
19
- name: checkout
@@ -30,10 +30,10 @@ jobs:
30
cd ..
31
ls -l --block-size=M ./singularity/hilapp.sif
32
#Publish singularity container
33
- - name: Update nightly release
+ - name: Update v0.0.2 release
34
uses: pyTooling/Actions/releaser@main
35
with:
36
- tag: Nightly
+ tag: V0.0.2
37
rm: true
38
token: ${{ secrets.GITHUB_TOKEN }}
39
files: ./singularity/hilapp.sif
0 commit comments