We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818a783 commit 48cffecCopy full SHA for 48cffec
.github/workflows/create-releases.yml
@@ -15,22 +15,13 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
18
- - uses: stainless-api/trigger-release-please@v1
19
- id: release
20
- with:
21
- repo: ${{ github.event.repository.full_name }}
22
- stainless-api-key: ${{ secrets.STAINLESS_API_KEY }}
23
-
24
- name: Set up Node
25
- if: ${{ steps.release.outputs.releases_created }}
26
uses: actions/setup-node@v3
27
with:
28
node-version: '18'
29
30
- name: Install dependencies
31
32
- run: |
33
- yarn install
+ run: yarn install
34
35
- name: Run build
36
run: yarn build
0 commit comments