Skip to content

imp - Don't update if there is no ".git" #2

imp - Don't update if there is no ".git"

imp - Don't update if there is no ".git" #2

Workflow file for this run

name: Publish release on tag
on:
push:
tags:
- '*'
jobs:
build:
name: Publish binaries
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Make a release
uses: softprops/action-gh-release@v1
with:
files: pushrepos
draft: true
name: "Version"