mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-19 09:48:32 -05:00
More nightly build work, hardcode env vars and remove version (#3138)
Signed-off-by: James Humphries <james@james-humphries.co.uk>
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -58,6 +58,8 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
|
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
|
||||||
|
RELEASE_FLAG_LATEST: "false"
|
||||||
|
RELEASE_FLAG_PRERELEASE: "true"
|
||||||
|
|
||||||
- name: Remove GPG key
|
- name: Remove GPG key
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
@@ -351,8 +351,8 @@ snapshot:
|
|||||||
|
|
||||||
# Docs are here: https://github.com/goreleaser/goreleaser/blob/v1.26.2/www/docs/customization/nightlies.md
|
# Docs are here: https://github.com/goreleaser/goreleaser/blob/v1.26.2/www/docs/customization/nightlies.md
|
||||||
nightly:
|
nightly:
|
||||||
# Version format: 1.9.0-20250806-nightly-c5fd934
|
# Version format: nightly-20250806-c5fd934
|
||||||
name_template: "{{ .Version }}-{{ .Now.Format \"20060102\" }}-nightly-{{ .ShortCommit }}"
|
name_template: "nightly-{{ .Now.Format \"20060102\" }}-{{ .ShortCommit }}"
|
||||||
publish_release: false
|
publish_release: false
|
||||||
|
|
||||||
changelog:
|
changelog:
|
||||||
|
|||||||
Reference in New Issue
Block a user