From 4a637a0035b2f457cf14c158e81ce72c577fba5c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 16 Oct 2020 09:06:25 +0200 Subject: [PATCH] chore(deps): update dependency actions/create-release to v1.1.4 (#327) Co-authored-by: Renovate Bot --- .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 469b0350..5aacca51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -119,7 +119,7 @@ jobs: - name: Publish release run: git push --follow-tags - name: Publish GitHub release - uses: actions/create-release@v1.0.1 + uses: actions/create-release@v1.1.4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: