From 3f80c48e7b211c0bced38bec22990fdaa431e0b4 Mon Sep 17 00:00:00 2001 From: WithoutPants <53250216+WithoutPants@users.noreply.github.com> Date: Tue, 8 Mar 2022 10:19:19 +1100 Subject: [PATCH] Test --- .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 40fef31c35f..e408e38af57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -156,7 +156,7 @@ jobs: - name: Master release if: ${{ github.event_name == 'release' && github.ref != 'refs/tags/latest_develop' }} - uses: WithoutPants/github-release@2.0.4 + uses: WithoutPants/github-release@v2.0.4 with: token: "${{ secrets.GITHUB_TOKEN }}" allow_override: true