mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-01 00:46:38 +00:00
Merge pull request #11554 from fidencio/topic/fix-version-file-on-release
gh: Fix released VERSION file
This commit is contained in:
@@ -327,6 +327,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ inputs.commit-hash }}
|
ref: ${{ inputs.commit-hash }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
fetch-tags: true
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Rebase atop of the latest target branch
|
- name: Rebase atop of the latest target branch
|
||||||
run: |
|
run: |
|
||||||
|
@@ -297,6 +297,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ inputs.commit-hash }}
|
ref: ${{ inputs.commit-hash }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
fetch-tags: true
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Rebase atop of the latest target branch
|
- name: Rebase atop of the latest target branch
|
||||||
run: |
|
run: |
|
||||||
|
@@ -240,6 +240,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ inputs.commit-hash }}
|
ref: ${{ inputs.commit-hash }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
fetch-tags: true
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Rebase atop of the latest target branch
|
- name: Rebase atop of the latest target branch
|
||||||
run: |
|
run: |
|
||||||
|
@@ -326,6 +326,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ref: ${{ inputs.commit-hash }}
|
ref: ${{ inputs.commit-hash }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
fetch-tags: true
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Rebase atop of the latest target branch
|
- name: Rebase atop of the latest target branch
|
||||||
run: |
|
run: |
|
||||||
|
Reference in New Issue
Block a user