From 4e7e831dc53019698b55b83b182fc0dd3775d4fa Mon Sep 17 00:00:00 2001 From: "kokofixcomputers-s-bot[bot]" <184572920+kokofixcomputers-s-bot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 19:42:49 +0000 Subject: [PATCH] Update .github/workflows/release.yaml --- .github/workflows/release.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ccd755b1c..ed3fac34b 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,5 +1,5 @@ -name: "Release 1.4.2" +name: "Release 1.4.3" on: workflow_dispatch: # Allows manual triggering of the workflow @@ -56,11 +56,11 @@ jobs: name: release-artifact path: release/kokofixcomputers/panel.tar.gz - - name: "Release 1.4.2" + - name: "Release 1.4.3" uses: softprops/action-gh-release@v1 with: - tag_name: "1.4.2" - name: "Release 1.4.2" + tag_name: "1.4.3" + name: "Release 1.4.3" 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