mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-20 18:43:41 -05:00
Use a tag instead of a commit hash
This commit is contained in:
parent
b177f2dde4
commit
3f1484ea4d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -89,7 +89,7 @@ jobs:
|
|||
artifacts: "macOS-*/*,linux-*/*"
|
||||
body: The most recent gomuks binaries
|
||||
name: "Nightly"
|
||||
commit: ${{ github.sha }}
|
||||
tag: nightly
|
||||
allowUpdates: true
|
||||
artifactErrorsFailBuild: true
|
||||
makeLatest: true
|
||||
|
|
Loading…
Add table
Reference in a new issue