Skip to content

Release 1.1.11

Release 1.1.11 #4

Workflow file for this run

name: Upload Release Asset
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- '*' # Push events to matching *
jobs:
build:
name: Upload Release Asset
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Publish to WP.org
uses: 10up/action-wordpress-plugin-deploy@stable
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}
SLUG: acf-options-for-polylang