diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 40ee278da..a5f8bf62a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,5 +1,5 @@ -name: "Release 1.5.2" +name: "Release 1.5.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.5.2" + - name: "Release 1.5.3" uses: softprops/action-gh-release@v1 with: - tag_name: "1.5.2" - name: "Release 1.5.2" + tag_name: "1.5.3" + name: "Release 1.5.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