From b7d8f879339cb6231aaac2fdfaa5c9a61d70daf2 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Fri, 25 Feb 2022 14:01:59 +0000 Subject: [PATCH] Remove typo from audit stage --- .github/workflows/production_pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/production_pipeline.yml b/.github/workflows/production_pipeline.yml index cfef680c7..356ab3004 100644 --- a/.github/workflows/production_pipeline.yml +++ b/.github/workflows/production_pipeline.yml @@ -119,7 +119,7 @@ jobs: - name: Checkout tag uses: actions/checkout@v2 with: - ref: ${{ steps.latestrelease.outputs.releasetag }}SS + ref: ${{ steps.latestrelease.outputs.releasetag }} - name: Set up Ruby uses: ruby/setup-ruby@v1