Skip to content
This repository was archived by the owner on Apr 30, 2021. It is now read-only.

Commit 9b4ba58

Browse files
author
Yevgeny Pats
committed
Merge branch 'master' of github.com:fuzzitdev/fuzzit
2 parents c4f87d9 + 95b8fe5 commit 9b4ba58

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/goreleaser.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
on:
2+
push:
3+
tags:
4+
- 'v*'
5+
name: GoReleaser
6+
jobs:
7+
release:
8+
name: Release
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Check out code
12+
uses: actions/checkout@master
13+
- name: goreleaser
14+
uses: docker://goreleaser/goreleaser
15+
env:
16+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17+
with:
18+
args: release
19+
if: success()

0 commit comments

Comments
 (0)