Skip to content

Commit

Permalink
Fix release command
Browse files Browse the repository at this point in the history
  • Loading branch information
kuznetsss committed Dec 7, 2023
1 parent d6bdb55 commit 11dd4e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Publish nightly release
shell: bash
run: |
gh release create nightly --prerelease --title "Clio development (nightly) build" --target ./clio_server* --generate-notes
gh release create nightly --prerelease --title "Clio development (nightly) build" --target $GITHUB_SHA --generate-notes ./clio_server*

0 comments on commit 11dd4e9

Please sign in to comment.