Rolling tag fix (#911)

* Rolling tag fix

* Remove recursive pull
This commit is contained in:
Deterous
2025-10-26 10:40:40 +09:00
committed by GitHub
parent f2a28dd36b
commit ba73479837
2 changed files with 10 additions and 1 deletions

View File

@@ -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

View File

@@ -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)