Skip to content

Commit

Permalink
Update nightly.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesb93 authored Aug 14, 2023
1 parent c07bda7 commit f99a2ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@ jobs:
- name: create release
uses: ncipollo/release-action@v1
with:
name: FluCoMa Max Nightly Release
name: FluCoMa CLI Nightly Release
artifacts: "*.zip"
body: "This is a nightly build of the FluCoMa CLI tools. As such, be warned there may be bugs or other unexpected behaviour. The build hash is ${{ github.sha }}"
tag: nightly
prerelease: true
draft: false
allowUpdates: false
allowUpdates: true



0 comments on commit f99a2ad

Please sign in to comment.