Skip to content

Commit

Permalink
Try comment out package changes
Browse files Browse the repository at this point in the history
  • Loading branch information
limptwiglet authored Jul 12, 2024
1 parent 8bfdf8c commit 6341b8a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/generate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
apimatic auth:login --auth-key=${{ secrets.APIMATIC_AUTH_KEY }}
apimatic sdk:generate --destination=sdks/ts --platform TYPESCRIPT --file=openapi.yaml
- name: Set publishing coordiates
working-directory: ./sdks/ts/openapi_sdk_typescript
run: |
echo '{ "version": "1.0.${{ github.run_number }}", "name": "@wiremock-inc/apimatic-sdkgen-demo", "repository": "github:wiremock-inc/apimatic-sdkgen-demo" }' > package-patch.json
jq -r -s '.[0] * .[1]' package.json package-patch.json > tmp.json
mv -f tmp.json package.json
#- name: Set publishing coordiates
# working-directory: ./sdks/ts/openapi_sdk_typescript
# run: |
# echo '{ "version": "1.0.${{ github.run_number }}", "name": "@wiremock-inc/apimatic-sdkgen-demo", "repository": "github:wiremock-inc/apimatic-sdkgen-demo" }' > package-patch.json
# jq -r -s '.[0] * .[1]' package.json package-patch.json > tmp.json
# mv -f tmp.json package.json

- name: Authenticate with private NPM package
working-directory: ./sdks/ts/openapi_sdk_typescript
Expand Down

0 comments on commit 6341b8a

Please sign in to comment.