Skip to content

PopcornFX Plugin v2.20.3 #9

PopcornFX Plugin v2.20.3

PopcornFX Plugin v2.20.3 #9

Workflow file for this run

on:
push:
tags:
- v*.*.*
jobs:
release-on-tag:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- name: Set MINOR_VERSION
run: export SHORT=${GITHUB_REF_NAME%.*} && echo "MINOR_VERSION=${SHORT#v}" >> $GITHUB_ENV
- uses: ncipollo/release-action@v1
with:
draft: true
name: "After Effects Plugin: ${{ github.ref_name }}"
body: "PopcornFX Plugin ${{ github.ref_name }} for After Effects\n\n
You can download the PopcornFX Editor and find the full changelog here:\n
https://wiki.popcornfx.com/index.php?title=PK-Editor_${{ env.SHORT }}#Changelog_${{ env.MINOR_VERSION }}"