Skip to content

feat(release): Release of v5.2.3 #883

feat(release): Release of v5.2.3

feat(release): Release of v5.2.3 #883

Workflow file for this run

name: changelog
on:
push:
branches:
- 5.2.x
release:
types: [edited]
# Environment variables available to all jobs and steps in this workflow
env:
COMPOSER_MEMORY_LIMIT: -1
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- name: Repository Dispatch to website
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
repository: drupalwxt/drupalwxt.github.io
event-type: wxt-tagged
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'