From b1eb140ad86510369b5012be33d57cbefc22e6cb Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 16 Dec 2024 17:13:18 +0300 Subject: [PATCH] Fixed --- .github/workflows/create-srs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-srs.yml b/.github/workflows/create-srs.yml index d88f57b..f91b773 100644 --- a/.github/workflows/create-srs.yml +++ b/.github/workflows/create-srs.yml @@ -24,6 +24,7 @@ jobs: output_name: russia-inside - name: Release - uses: softprops/action-gh-release@v2.0.8 + uses: softprops/action-gh-release@v2.2.0 with: - files: ./russia-inside.srs \ No newline at end of file + files: ./russia-inside.srs + tag_name: latest \ No newline at end of file