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 1df9749 commit 18dfcb7Copy full SHA for 18dfcb7
.github/workflows/release.yml
@@ -14,6 +14,8 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- uses: actions/setup-node@v2.2.0
17
+ with:
18
+ cache: npm
19
- run: npm ci
20
- run: npx semantic-release
21
env:
.github/workflows/update.yml
@@ -20,6 +20,8 @@ jobs:
22
23
24
25
26
27
# set gOCTOKIT_OPENAPI_VERSION environment variable for all next steps
0 commit comments