From 17846732dcca1031732bbaa60bb1b6cf433475cf Mon Sep 17 00:00:00 2001 From: Spencer Owen Date: Fri, 22 Nov 2024 11:44:03 -0700 Subject: [PATCH] 2 Releases --- .github/workflows/esphome.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/esphome.yaml b/.github/workflows/esphome.yaml index d8b6774..18e4e17 100644 --- a/.github/workflows/esphome.yaml +++ b/.github/workflows/esphome.yaml @@ -196,11 +196,20 @@ jobs: fi git status - - name: Release + - name: Release ${{ github.ref_name }} uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - # automatic_release_tag: "latest" + automatic_release_tag: "${{ github.ref_name }}" + prerelease: false + files: | + artifacts/**/* + + - name: Release Latest + uses: "marvinpinto/action-automatic-releases@latest" + with: + repo_token: "${{ secrets.GITHUB_TOKEN }}" + automatic_release_tag: "latest" prerelease: false files: | artifacts/**/* \ No newline at end of file