Skip to content

Publish 0.9.1 to plugin directory #18

Publish 0.9.1 to plugin directory

Publish 0.9.1 to plugin directory #18

Workflow file for this run

name: On new release, publish to plugin directory
run-name: Publish ${{ github.event.release.tag_name }} to plugin directory
on:
# Trigger manually from https://github.com/Automattic/chatrix/actions/workflows/on-release-published.yml
workflow_dispatch:
release:
types: [released]
jobs:
call-publish-release:
uses: ./.github/workflows/publish-release.yml
with:
version: ${{ github.event.release.tag_name }}
secrets:
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}