From 70f5928c1344c2558fac290ac38ae36f8921bad1 Mon Sep 17 00:00:00 2001 From: kokodev Date: Sat, 26 Oct 2024 10:10:03 -0700 Subject: [PATCH] Update release.yaml --- .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 60901f67d..d3531a095 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,4 +1,4 @@ - name: "Release 1.4.1" +name: "Release 1.4.1" on: workflow_dispatch: # Allows manual triggering of the workflow @@ -64,4 +64,4 @@ jobs: draft: false # Set to true if you want to create a draft release prerelease: false # Set to true if this is a pre-release env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Automatically provided by GitHub Actions \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Automatically provided by GitHub Actions