chore: regenerate final updater 3.4 release manifest
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
name: Regenerate Final Updater 3.4 Release Manifest
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- feature/updater-3.4-lifecycle
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
concurrency:
|
||||
group: regenerate-final-updater-34-release-manifest
|
||||
cancel-in-progress: false
|
||||
|
||||
jobs:
|
||||
sync:
|
||||
if: ${{ github.actor != 'github-actions[bot]' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
ref: feature/updater-3.4-lifecycle
|
||||
fetch-depth: 0
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '22.x'
|
||||
- name: Hilfsworkflow vor Manifestbildung entfernen
|
||||
shell: bash
|
||||
run: rm -f .github/workflows/regenerate-updater34-final-release-manifest.yml
|
||||
- name: Finalen Branch reproduzierbar erfassen
|
||||
run: node tools/generate-release-manifest.mjs .
|
||||
- name: Finales Manifest committen
|
||||
shell: bash
|
||||
run: |
|
||||
set -euo pipefail
|
||||
git config user.name 'vendoo-release-bot'
|
||||
git config user.email 'vendoo-release-bot@users.noreply.github.com'
|
||||
git add --all
|
||||
git commit -m 'chore: regenerate final updater 3.4 release manifest'
|
||||
git push origin HEAD:feature/updater-3.4-lifecycle
|
||||
@@ -64,6 +64,11 @@
|
||||
"sha256": "436a3db88e8e9243ee6cff1ee4edced25651da0fd42abff173933247ccc9cc59",
|
||||
"size": 7268
|
||||
},
|
||||
{
|
||||
"path": ".github/workflows/patch-updater34-deterministic-package.yml",
|
||||
"sha256": "77ce48f29f392a0457499f78ea0d73d9b18054cfbdce167f49ac07490a73b156",
|
||||
"size": 3596
|
||||
},
|
||||
{
|
||||
"path": ".github/workflows/release.yml",
|
||||
"sha256": "af6d27ddfcb524bb117cbdba881a9648a2de72f469b53c3580e96eea9fe11de2",
|
||||
@@ -2479,6 +2484,11 @@
|
||||
"sha256": "3ddece908ffdfb15c94852c0fcc554ce7de39725650b4d139d0afc2f59297a55",
|
||||
"size": 889
|
||||
},
|
||||
{
|
||||
"path": "tools/build-deterministic-zip.py",
|
||||
"sha256": "844ceacf2d3d90c5d948233b2ba1a51ae9f913c1b13a07eacc77888ebc2b7877",
|
||||
"size": 2101
|
||||
},
|
||||
{
|
||||
"path": "tools/build-release.mjs",
|
||||
"sha256": "d00a8998e093d24ea3ff1cea88d9d00ed14a17d61ceb80517dc9b849b10a1190",
|
||||
|
||||
Reference in New Issue
Block a user