Skip to content

Commit

Permalink
(release): 0.17.2 (#103)
Browse files Browse the repository at this point in the history
* (fix): github actions badge

* (fix): github token for homebrew

* (release): 0.17.2

* (fix): removing not used file
  • Loading branch information
lucassabreu authored Jun 17, 2021
1 parent 5839f22 commit 0f4dac4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
snapcraft login --with <(echo "${{ secrets.SNAPCRAFT_LOGIN }}")
make release "tag=${GITHUB_REF#refs/tags/}"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_GORELEASER }}
-
if: startsWith(github.ref, 'refs/tags/') == false
run: make release SNAPSHOT=1 tag=Unreleased
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v0.17.2] - 2021-06-17

### Fixed

- goreleaser needs a GitHub token with more permissions to create the homebrew Formulae.

## [v0.17.1] - 2021-06-16

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A simple cli to manage your time entries on Clockify from terminal

[![Release](https://img.shields.io/github/release/lucassabreu/clockify-cli.svg?classes=badges)](https://github.com/lucassabreu/clockify-cli/releases/latest)
[![clockify-cli](https://snapcraft.io//clockify-cli/badge.svg?classes=badges)](https://snapcraft.io/clockify-cli)
[![Build Status](https://travis-ci.com/lucassabreu/clockify-cli.svg?branch=master)](https://travis-ci.com/lucassabreu/clockify-cli)
[![Build Status](https://github.com/lucassabreu/clockify-cli/actions/workflows/release.yml/badge.svg?classes=badges)](.github/workflows/release.yml)
[![Go Report Card](https://goreportcard.com/badge/github.com/lucassabreu/clockify-cli?classes=badges)](https://goreportcard.com/report/github.com/lucassabreu/clockify-cli)
[![Netlify Status](https://api.netlify.com/api/v1/badges/8667b9f6-4ca2-4ee4-865e-20b5848e7059/deploy-status?classes=badges)](https://app.netlify.com/sites/clockify-cli/deploys)

Expand Down
Binary file removed snap.login.enc
Binary file not shown.

0 comments on commit 0f4dac4

Please sign in to comment.