Browse Source

Remove typo from audit stage

pull/336/head v0.0.3
baarkerlounger 3 years ago
parent
commit
b7d8f87933
  1. 2
      .github/workflows/production_pipeline.yml

2
.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

Loading…
Cancel
Save