Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Added goreleaser dry run in build #47

Merged
merged 2 commits into from
Apr 2, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run GoReleaser dry run
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: --snapshot --skip-publish --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
yindia marked this conversation as resolved.
Show resolved Hide resolved
- name: Unit Tests
uses: cedrickring/[email protected]
env:
Expand All @@ -28,4 +35,4 @@ jobs:
env:
GO111MODULE: "on"
with:
args: make install && make lint
args: make install && make lint