Skip to content

Commit

Permalink
fix: Update GH actions (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Sep 19, 2023
1 parent 3ac03de commit 594ea62
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
cache: 'yarn'
cache-dependency-path: gentrace-openapi/yarn.lock
if: ${{ steps.release.outputs.release_created }}

- name: ⎔ Setup pnpm
uses: pnpm/action-setup@v2.2.4
with:
version: 8.7.0
if: ${{ steps.release.outputs.release_created }}

- uses: actions/checkout@v3
name: Checkout OpenAPI-generated NodeJS SDK
Expand Down Expand Up @@ -68,10 +74,7 @@ jobs:
- name: Install (NodeJS)
run: |
cd $GITHUB_WORKSPACE/gentrace-node
# Installs the necesary Husky commit hooks
yarn install
npx lint-staged
pnpm install
if: ${{ steps.release.outputs.release_created }}

- name: Get package version
Expand Down Expand Up @@ -141,5 +144,5 @@ jobs:
- name: Run `openapi` command 🚀
uses: readmeio/rdme@v8
with:
rdme: openapi gentrace-openapi/dist/spec-resolved.yaml --key=${{ secrets.README_API_KEY }} --id=64c14d9d6603d21491756fe1
rdme: openapi gentrace-openapi/dist/spec-resolved.yaml --key=${{ secrets.README_API_KEY }} --id=64f88f2f5a9aba001951f637
if: ${{ steps.release.outputs.release_created }}

0 comments on commit 594ea62

Please sign in to comment.