Skip to content

Version increased to 1.0.11 #49

Version increased to 1.0.11

Version increased to 1.0.11 #49

Workflow file for this run

name: Plugin Release CI/CD
on:
push:
tags:
- '*'
jobs:
build:
name: Release WP Plugin
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- name: Compression
run: |
zip -r spromoter-social-reviews-for-woocommerce.zip . -x ".*" -x "build.sh"
- name: Create Release
id: create_release
uses: ncipollo/[email protected]
with:
artifacts: "spromoter-social-reviews-for-woocommerce.zip"
token: ${{ secrets.TOKEN }}