From 2b4e967110b6bfd00907b0e0e157d72ed2b8b6fc Mon Sep 17 00:00:00 2001 From: qwsdcvghyu89 <61093706+qwsdcvghyu89@users.noreply.github.com> Date: Sat, 6 Jun 2026 20:23:03 +1000 Subject: [PATCH] Fixed versioning mistake for release action --- .gitea/workflows/build_nightly.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build_nightly.yaml b/.gitea/workflows/build_nightly.yaml index 927b63e..2d55905 100644 --- a/.gitea/workflows/build_nightly.yaml +++ b/.gitea/workflows/build_nightly.yaml @@ -28,7 +28,7 @@ jobs: relative_project_path: ./ archive_output: true - name: create release - uses: ncipollo/release-action@1.21.0 + uses: ncipollo/release-action@v1.21.0 with: token: ${{ secrets.GITHUB_TOKEN }} generateReleaseNotes: true