Skip to content

Commit

Permalink
update nightly release name and assets
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Oct 9, 2023
1 parent 8a50b63 commit 49a6aa1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: softprops/action-gh-release@v1
with:
tag_name: refs/tags/${{ env.nightly_tag }}
name: F2 development build (prerelease)
name: F2 development build
body: |
Please note that this is a development build and may contain experimental features and bugs.
draft: false
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ archives:
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: '{{ .Tag }}-next'
name_template: 'nightly'
changelog:
sort: asc
filters:
Expand Down

0 comments on commit 49a6aa1

Please sign in to comment.