Skip to content

build: update FodyWeavers.xml #36

build: update FodyWeavers.xml

build: update FodyWeavers.xml #36

Workflow file for this run

name: "Tagged Release"
on:
push:
branches: [ rel-8.1.1 ]
jobs:
tagged-release:
name: "Tagged Release"
runs-on: "ubuntu-latest"
steps:
- name: "Auto release"
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false
automatic_release_tag: "8.1.1"