From 1959ad7cc59e637e834e8bb2507965a3a78c8a7d Mon Sep 17 00:00:00 2001 From: kokodev Date: Sat, 26 Oct 2024 09:18:11 -0700 Subject: [PATCH] Update release.yaml --- .github/workflows/release.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0637a49e6..a974ee0af 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,11 +57,11 @@ jobs: - name: Create GitHub Release uses: softprops/action-gh-release@v1 - tag_name: 1.4.0 + with: + tag_name: "1.4.0" name: "Release 1.4.0" - name: "Release 1.3.9" 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 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