Skip to content

Commit

Permalink
debug: goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasng committed Apr 2, 2020
1 parent dd5f9c4 commit 8708e69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ jobs:
uses: goreleaser/goreleaser-action@v1
with:
version: latest
args: release --rm-dist
args: release --rm-dist --debug
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ scoop:
owner: matthiasng
name: scoop-bucket
homepage: https://github.com/matthiasng/service-shark
description: Host any executable or script as a Windows service
license: MIT

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![GitHub](https://img.shields.io/github/license/matthiasng/service-shark)
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/matthiasng/service-shark?sort=semver)
![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/matthiasng/service-shark/build/master)
![build](https://github.com/matthiasng/service-shark/workflows/build/badge.svg?branch=master)
[![codecov](https://codecov.io/gh/matthiasng/service-shark/branch/master/graph/badge.svg)](https://codecov.io/gh/matthiasng/service-shark)
[![Go Report Card](https://goreportcard.com/badge/github.com/matthiasng/service-shark)](https://goreportcard.com/report/github.com/matthiasng/service-shark)

Expand Down

0 comments on commit 8708e69

Please sign in to comment.