improvement: Review snapshot behavior (#95)

* Improve git tag detection (#77)
* Only handle snapshot flag for release cmd (#94)
* Use core.info instead of console.log
* Update gitattributes
This commit is contained in:
CrazyMax 2020-02-11 13:52:06 +01:00 committed by GitHub
parent 81d25e3b66
commit e198786300
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 123 additions and 30 deletions

View file

@ -35,6 +35,12 @@ jobs:
uses: actions/setup-go@v1
with:
go-version: 1.13.x
-
name: Check
uses: ./
with:
version: ${{ matrix.version }}
args: check --debug
-
name: GoReleaser
uses: ./