Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
Clivern committed Jul 16, 2022
1 parent adedb40 commit b68bb71
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAP_GITHUB_TOKEN: ${{ secrets.TAP_GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ brews:
tap:
owner: Spacewalkio
name: homebrew-tools
token: "{{ .Env.TAP_GITHUB_TOKEN }}"
project_name: goenv
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<p align="center">
<img alt="Goenv Logo" src="/static/logo.png?v=1.3.2" width="200" />
<img alt="Goenv Logo" src="/static/logo.png?v=1.3.4" width="200" />
<h3 align="center">Goenv</h3>
<p align="center">Manage Your Applications Go Environment</p>
<p align="center">
<a href="https://github.com/spacewalkio/Goenv/actions/workflows/build.yml">
<img src="https://github.com/spacewalkio/Goenv/actions/workflows/build.yml/badge.svg">
</a>
<a href="https://github.com/spacewalkio/Goenv/releases">
<img src="https://img.shields.io/badge/Version-v1.3.2-red.svg">
<img src="https://img.shields.io/badge/Version-v1.3.4-red.svg">
</a>
<a href="https://goreportcard.com/report/github.com/spacewalkio/Goenv">
<img src="https://goreportcard.com/badge/github.com/spacewalkio/Goenv?v=1.3.2">
<img src="https://goreportcard.com/badge/github.com/spacewalkio/Goenv?v=1.3.4">
</a>
<a href="https://godoc.org/github.com/spacewalkio/goenv">
<img src="https://godoc.org/github.com/spacewalkio/goenv?status.svg">
Expand Down

0 comments on commit b68bb71

Please sign in to comment.