redist-installer/.github/workflows/main.yml
2022-07-29 13:59:21 -05:00

21 lines
494 B
YAML

name: Release
on:
push:
branches: [ main ]
jobs:
create_release:
name: Create GitHub Release
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Release"
files: |
Redist-Installer.bat