Skip to content

AST-4336 - Fixed - Cross site scripting (XSS) issue in Astra Widget p… #14

AST-4336 - Fixed - Cross site scripting (XSS) issue in Astra Widget p…

AST-4336 - Fixed - Cross site scripting (XSS) issue in Astra Widget p… #14

Workflow file for this run

name: Deploy to WordPress.org
on:
push:
tags:
- "*"
jobs:
tag:
name: New tag
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: WordPress Plugin Deploy
uses: Nikschavan/action-wordpress-plugin-deploy@develop
env:
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
SVN_USERNAME: ${{ secrets.SVN_USERNAME }}