From e0ff89420beff8ddbd143b2148750c1f8aafcfbc Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 16 Jan 2021 11:26:28 -0800 Subject: [PATCH] Fix GitHub Action for Sentry, attempt 5 Hmmmmmm are they upset about the comma? Idk anymore --- .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 6a21f27..1bc302f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: sentry: - - name: Checkout latest, and create Sentry release + - name: Checkout latest and create Sentry release runs-on: ubuntu-latest steps: - name: Checkout code