Skip to content

Commit

Permalink
Update publish.yml (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
pakrym-stripe committed Feb 23, 2023
1 parent fc719e2 commit 16191f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ jobs:
go generate ./...
working-directory: ./stripe-cli
- run: |
rm -f ./stripe-mock/openapi/spec3.json
rm -f ./stripe-mock/openapi/fixtures3.json
cp openapi/spec3.json stripe-mock/openapi/spec3.json
cp openapi/fixtures3.json stripe-mock/openapi/fixtures3.json
rm -f ./stripe-mock/embedded/openapi/spec3.json
rm -f ./stripe-mock/embedded/openapi/fixtures3.json
cp openapi/spec3.json stripe-mock/embedded/openapi/spec3.json
cp openapi/fixtures3.json stripe-mock/embedded/openapi/fixtures3.json
# Create pull request on stripe-mock
- name: Create Pull Request
Expand Down

0 comments on commit 16191f9

Please sign in to comment.