diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index a76b2ab2d..902bbdfa7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -57,8 +57,8 @@ jobs: - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: - tag_name: 1.3.8 - name: "Release 1.3.8" + tag_name: 1.3.9 + 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