From d726705260935be87bb6f4cbadd224d6316e8510 Mon Sep 17 00:00:00 2001 From: Lyxal <36217120+Lyxal@users.noreply.github.com> Date: Thu, 2 Nov 2023 22:21:57 +1100 Subject: [PATCH] Update do-the-release-thing.yaml --- .github/workflows/do-the-release-thing.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/do-the-release-thing.yaml b/.github/workflows/do-the-release-thing.yaml index 2b3dc2c..3c9dc9f 100644 --- a/.github/workflows/do-the-release-thing.yaml +++ b/.github/workflows/do-the-release-thing.yaml @@ -39,6 +39,18 @@ jobs: - name: Rename JS File to Release Name run: | mv main.js ${{steps.tagName.outputs.tag}}.js + + - name: Get the release json file + - uses: actions/checkout@v4 + with: + ref: hub + sparse-checkout: | + info.json + sparse-checkout-cone-mode: false + + - name: Update the releases file + run: | + python update_release info.json ${{steps.tagName.outputs.tag}} - uses: stefanzweifel/git-auto-commit-action@v5 with: