Skip to content

docs: v4.1.0-alpha.1 changelog #47

docs: v4.1.0-alpha.1 changelog

docs: v4.1.0-alpha.1 changelog #47

Workflow file for this run

name: Distribution update
on:
push:
tags:
- v*
env:
GH_TOKEN: ${{ github.token }}
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 }}