diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 881d572b2..a635171e8 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,8 +45,8 @@ jobs: - name: Create GitHub Release uses: softprops/action-gh-release@v1 with: - tag_name: v1.1.4 # Change this to your desired version/tag - name: "Release v1.1.4" # Change this to your desired release name + tag_name: v1.1.5 # Change this to your desired version/tag + name: "Release v1.1.5" # 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