Skip to content

v0.196.14

v0.196.14 #470

Workflow file for this run

name: create pr
on:
workflow_dispatch:
release:
types: [created]
jobs:
build:
name: Build
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v3
- name: Update plugin Links
run: |
sed -e "s/PLACEHOLDERVERSION/${{github.ref_name}}/g" .github/plugin_template.yaml > plugin.yaml
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v7
with:
branch: "update-plugin-links-${{github.ref_name}}"
base: master
title: "Update Plugin Artifacts Links for ${{github.ref_name}}"
add-paths: |
plugin.yaml