From 2a238b4cff2e3a1575c9b9f11b7833433beeba9d Mon Sep 17 00:00:00 2001 From: kokodev Date: Sun, 6 Oct 2024 15:36:17 -0700 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1200c579f..0e47e00b0 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,7 +46,7 @@ jobs: uses: softprops/action-gh-release@v1 with: tag_name: v1.0.0 # Change this to your desired version/tag - name: "Release v1.0.1" # Change this to your desired release name + name: "Release v1.1.0" # 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