From ea9b1ff04e177ed97b650075a76b6fb81ac9a50e Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Tue, 24 Nov 2020 15:57:47 +0000 Subject: [PATCH] [github] Bump to latest release action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73f51da..68ebae3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: name: "Release" runs-on: "ubuntu-latest" steps: - - uses: "marvinpinto/action-automatic-releases@8d9ddb2546e687f72855285d2719a11709cea6d0" + - uses: "marvinpinto/action-automatic-releases@v1.1.0" with: repo_token: "${{ github.token }}" prerelease: false