remove update_latest_release tag
Signed-off-by: jason yang <jasonyangshadow@gmail.com>
This commit is contained in:
3
.github/actions/generate/action.yml
vendored
3
.github/actions/generate/action.yml
vendored
@@ -104,7 +104,7 @@ runs:
|
||||
cat << EOF >> nightly.release.note
|
||||
THIS IS A NIGHTLY RELEASE
|
||||
|
||||
This release contains latest commits, which is feature unstable version
|
||||
This release contains latest commits, which is a feature unstable version
|
||||
|
||||
${{ steps.commits.outputs.raw }}
|
||||
|
||||
@@ -124,7 +124,6 @@ runs:
|
||||
prerelease: true
|
||||
draft: false
|
||||
default_release_name: "warewulf nightly release"
|
||||
update_latest_release: true
|
||||
overwrite: true
|
||||
|
||||
- name: Update nightly release content
|
||||
|
||||
1
.github/actions/rpm/action.yml
vendored
1
.github/actions/rpm/action.yml
vendored
@@ -106,5 +106,4 @@ runs:
|
||||
with:
|
||||
release_id: ${{ inputs.event-id }}
|
||||
file: "/var/lib/mock/${{ inputs.target }}/result/${{ env.RPM }};/var/lib/mock/${{ inputs.target }}/result/${{ env.SRPM }}"
|
||||
update_latest_release: true
|
||||
overwrite: true
|
||||
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
@@ -18,6 +18,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: 'main'
|
||||
- uses: ./.github/actions/generate
|
||||
name: generate warewulf spec, dist and collect commits info
|
||||
id: generate
|
||||
@@ -55,6 +57,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: 'main'
|
||||
- uses: ./.github/actions/rpm
|
||||
name: build rpms
|
||||
id: rpm
|
||||
|
||||
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Configure network device MTU in nework configuration scripts. #807
|
||||
- OpenSUSE Leap build rebased to 15.5 (15.3 is EOL)
|
||||
- New build for Rocky Linux 9
|
||||
- Add nightly release support
|
||||
- Add nightly release support. #969
|
||||
|
||||
### Fixed
|
||||
- Make Variables.mk consistent with spec file w.r.t. WWPROVISIONDIR, e.g.
|
||||
|
||||
Reference in New Issue
Block a user