From 720daabfeb791cf68ea2051e2c59b8bcc1c86d4e Mon Sep 17 00:00:00 2001 From: Ian O'Connell Date: Sat, 29 Feb 2020 20:06:18 -0700 Subject: [PATCH] cp --- .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 7a24d46..dc47303 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: uses: actions/download-artifact@v1 with: name: scalafmt-macos - - uses: "marvinpinto/action-automatic-releases@0.3.0" + - uses: "marvinpinto/action-automatic-releases@v0.3.0" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "v0.1-${{ github.run_number }}"