From b8baf7f88ea2a34bdcb279981f8e7e73cb739082 Mon Sep 17 00:00:00 2001 From: Matchu Date: Sat, 16 Jan 2021 11:24:51 -0800 Subject: [PATCH] Fix GitHub Action for Sentry, attempt 4 Ahh ok, can't have conflicting names I guess? Got a new "syntax error" on line 9, so... --- .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 27b2e00..6a21f27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: sentry: - - name: Create Sentry release + - name: Checkout latest, and create Sentry release runs-on: ubuntu-latest steps: - name: Checkout code