From ba73479837a37c695f0f767fa76d4c1256ca29be Mon Sep 17 00:00:00 2001 From: Deterous <138427222+Deterous@users.noreply.github.com> Date: Sun, 26 Oct 2025 10:40:40 +0900 Subject: [PATCH] Rolling tag fix (#911) * Rolling tag fix * Remove recursive pull --- .github/workflows/build_and_test.yml | 10 +++++++++- CHANGELIST.md | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index cac22268..42c792be 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v4 with: - submodules: recursive + fetch-depth: 0 - name: Setup .NET uses: actions/setup-dotnet@v4 @@ -31,6 +31,14 @@ jobs: - name: Run publish script run: ./publish-nix.sh -dp + + - name: Update rolling tag + run: | + git config user.name "github-actions[bot]" + git config user.email "github-actions[bot]@users.noreply.github.com" + git tag -f rolling + git push origin :refs/tags/rolling || true + git push origin rolling --force - name: Upload to rolling uses: ncipollo/release-action@v1.14.0 diff --git a/CHANGELIST.md b/CHANGELIST.md index 7334b526..bb261088 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -52,6 +52,7 @@ - Limit visibility of Compatible OS text box - Stop using long name for default system setting - Updated Polish translation +- Fix rolling tag ### 3.5.0 (2025-10-10)