From 123e92a0fde4751eb903158169e045aaaa320f49 Mon Sep 17 00:00:00 2001 From: Sergey Vilgelm Date: Mon, 26 Aug 2024 15:12:39 +0200 Subject: [PATCH] update README and fix release workflow --- .github/workflows/release.yaml | 2 +- README.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3523155..a134765 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -46,7 +46,7 @@ jobs: uses: goreleaser/goreleaser-action@v6 with: version: latest - args: release --rm-dist --config .github/goreleaser-cli.yml + args: release --config .github/goreleaser-cli.yml env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/README.md b/README.md index ef13e90..73bc821 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,10 @@ # mock-http-server [![Code Analysis](https://github.com/sv-tools/mock-http-server/actions/workflows/checks.yaml/badge.svg)](https://github.com/sv-tools/mock-http-server/actions/workflows/checks.yaml) -[![Go Reference](https://pkg.go.dev/badge/github.com/sv-tools/mock-http-server.svg)](https://pkg.go.dev/github.com/sv-tools/mock-http-server) -[![codecov](https://codecov.io/gh/sv-tools/mock-http-server/branch/main/graph/badge.svg?token=0XVOTDR1CW)](https://codecov.io/gh/sv-tools/mock-http-server) [![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/sv-tools/mock-http-server?style=flat)](https://github.com/sv-tools/mock-http-server/releases) A simple HTTP Server to be used for the unit or end-to-end or integrations tests. -* yaml based configuration, see an `example_config.go` file. +* yaml based configuration, see an (example config file)[example_config.yaml]. * docker image is published in this repo or docker hub ## License