redist-installer/.github/workflows/main.yml

21 lines
494 B
YAML
Raw Normal View History

2022-04-09 00:18:32 -04:00
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