Create main.yml

This commit is contained in:
gadotroee
2021-06-08 14:54:13 +03:00
committed by GitHub
parent 31dcfc4b2e
commit 8bbdcb6877

16
.github/workflows/main.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
name: Release
on:
push:
branches:
- my-temp-release-check
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: GH Release
uses: softprops/action-gh-release@v0.1.5
with:
name: ${GITHUB_SHA}
files: |
- cli/bin/**