1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-04 10:35:08 +02:00

Update release.yml

Added ANTLR setup to release config
This commit is contained in:
Tim Voronov 2020-11-23 20:38:16 -05:00 committed by GitHub
parent 3d06bc92d5
commit 9ca68ef6e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,10 +17,12 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: 1.15
- name: Set up ANTLR 4
uses: NiccoMlt/setup-antlr4@v0.0.5
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}