diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7056a879b..27492797d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,6 +123,7 @@ jobs: if: always() - name: create/update release uses: "marvinpinto/action-automatic-releases@latest" + if: always() with: repo_token: "${{secrets.GITHUB_TOKEN}}" automatic_release_tag: "${{env.release_tag}}"