From 42c07cddea62bbf506c3aa8dcae95afe94a83769 Mon Sep 17 00:00:00 2001 From: kokofixcomputers-bot Date: Tue, 8 Oct 2024 16:49:33 -0700 Subject: [PATCH] Update release.yaml to version 1.2.4 --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b732dcb18..23342430a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -48,8 +48,8 @@ jobs: - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: - tag_name: v1.2.3 # Change this to your desired version/tag - name: "Release v1.2.3" # Change this to your desired release name + tag_name: v1.2.4 # Change this to your desired version/tag + name: "Release v1.2.4" # Change this to your desired release name files: release/kokofixcomputers/panel.tar.gz # Specify the file to attach draft: false # Set to true if you want to create a draft release prerelease: false # Set to true if this is a pre-release