Skip to content

Commit 2be05e7

Browse files
authored
Merge branch 'api-platform:main' into main
2 parents cc99bb5 + cff61ea commit 2be05e7

File tree

572 files changed

+160410
-121659
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

572 files changed

+160410
-121659
lines changed

.commitlintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
"elasticsearch",
1414
"mongodb",
1515
"jsonld",
16+
"httpcache",
1617
"hydra",
18+
"httpcache",
1719
"jsonapi",
1820
"graphql",
1921
"openapi",

.github/workflows/api_platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Distribution update
33
on:
44
push:
55
tags:
6-
- v*
6+
workflow_dispatch: ~
77

88
env:
99
GH_TOKEN: ${{ github.token }}
@@ -17,6 +17,6 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Update distribution
20-
run: gh workflow run -R api-platform/api-platfom release.yml -f tag=${{ github.ref_name }}
20+
run: gh workflow run -R api-platform/api-platform release.yml -f tag=${{ github.ref_name }}
2121

2222

0 commit comments

Comments
 (0)