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