Skip to content

Commit a8969bb

Browse files
committed
remove openapi step
1 parent 6ff05c1 commit a8969bb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release-published.yml

+3-4
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
node: ["18"]
12+
node: ['18']
1313
steps:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{ matrix.node }}
18-
registry-url: "https://registry.npmjs.org"
19-
cache: "yarn"
18+
registry-url: 'https://registry.npmjs.org'
19+
cache: 'yarn'
2020
- run: yarn
21-
- run: yarn openapi
2221
- run: yarn build
2322
- if: ${{ matrix.node == '18' }}
2423
uses: scaffoldly/bump-version-action@v1

0 commit comments

Comments
 (0)