From aa79759b2c8478ce041029bf13221db3b0326d91 Mon Sep 17 00:00:00 2001 From: Theo Beers <32523293+theodore-s-beers@users.noreply.github.com> Date: Sun, 27 Mar 2022 23:52:46 +0200 Subject: [PATCH] Try to fix workflow --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80593c5..9f29307 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,9 +11,9 @@ jobs: steps: - uses: actions/checkout@v3 - uses: taiki-e/create-gh-release-action@v1 - with: - # (optional) Path to changelog. - # changelog: CHANGELOG.md + # with: + # (optional) Path to changelog. + # changelog: CHANGELOG.md env: # (required) GitHub token for creating GitHub Releases. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}