We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff05c1 commit a8969bbCopy full SHA for a8969bb
.github/workflows/release-published.yml
@@ -9,16 +9,15 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node: ["18"]
+ node: ['18']
13
steps:
14
- uses: actions/checkout@v4
15
- uses: actions/setup-node@v4
16
with:
17
node-version: ${{ matrix.node }}
18
- registry-url: "https://registry.npmjs.org"
19
- cache: "yarn"
+ registry-url: 'https://registry.npmjs.org'
+ cache: 'yarn'
20
- run: yarn
21
- - run: yarn openapi
22
- run: yarn build
23
- if: ${{ matrix.node == '18' }}
24
uses: scaffoldly/bump-version-action@v1
0 commit comments