From a440e2dc77c8aecc9723d07cc5db829d68c6d2d9 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Thu, 19 Dec 2019 15:22:30 -0500 Subject: [PATCH] switch back to latest --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e514b27d3..74c61d13a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: echo "::set-env name=title::development build of $branch" fi - name: create/update release - uses: "marvinpinto/action-automatic-releases@v0.2.0" + uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{secrets.GITHUB_TOKEN}}" automatic_release_tag: "${{env.release_tag}}"