Skip to content

Commit

Permalink
Merge pull request #291 from gocardless/rnaveiras-workflow-typos
Browse files Browse the repository at this point in the history
Update workflow release
  • Loading branch information
rnaveiras committed Jun 14, 2023
2 parents bab33f7 + dafdee4 commit 91a4998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: action/checkout@v3
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Get Version
Expand All @@ -48,7 +48,7 @@ jobs:
if: ${{ needs.requires-release.outputs.release == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: action/checkout@v3
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v4
Expand Down

0 comments on commit 91a4998

Please sign in to comment.