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
|
||||
|
||||
Reference in New Issue
Block a user