Skip to content

Merge branch '3.3' into 3.4 #20

Merge branch '3.3' into 3.4

Merge branch '3.3' into 3.4 #20

Workflow file for this run

name: CI
on:
push:
tags:
- v*
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
run-api-platform-workflow:
runs-on: ubuntu-latest
steps:
- name: Update distribution
run: gh workflow run -R api-platform/api-platfom release.yml -f tag=${{ github.ref_name }}