Skip to content

Commit

Permalink
ci: skip renaming of OpenAPI specification when the release is made f…
Browse files Browse the repository at this point in the history
…rom the tag (hyperledger#1347)

Signed-off-by: Yurii Shynbuiev <[email protected]>
  • Loading branch information
yshyn-iohk authored Sep 11, 2024
1 parent 797dad4 commit 7ad34f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-clients.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ jobs:
path: ./cloud-agent/service/api/http

- name: Rename OpenAPI specification
if: ${{ !inputs.releaseTag }}
working-directory: cloud-agent/service/api/http
run: |
mv cloud-agent-openapi-spec-${{ inputs.revision }}.yaml cloud-agent-openapi-spec.yaml
Expand Down

0 comments on commit 7ad34f6

Please sign in to comment.