From 44a0407c4341c28a83c6e7b07549ea2423083ae2 Mon Sep 17 00:00:00 2001 From: DasLixou Date: Mon, 25 Apr 2022 17:51:13 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=99=20Forgot=20one=20char=20lol?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 2bdefe4..241b973 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: GitHub Release - - uses: "marvinpinto/action-automatic-releases@latest" + uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: ${{ secrets.GITHUB_TOKEN }} automatic_release_tag: "latest"