Skip to content

Commit c6660b1

Browse files
committed
ci: on tag update distribution (api-platform#6397)
1 parent 0464e30 commit c6660b1

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/api_platform.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: CI
2+
3+
on:
4+
push:
5+
tags:
6+
- v*
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
10+
cancel-in-progress: true
11+
12+
jobs:
13+
run-api-platform-workflow:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- name: Update distribution
17+
run: gh workflow run -R api-platform/api-platfom release.yml -f tag=${{ github.ref_name }}
18+
19+

0 commit comments

Comments
 (0)