Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit fabc57b

Browse files
author
jasonBirchall
committed
Add environment var to goreleaser GH action
1 parent 0a45d16 commit fabc57b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
workdir: ./
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
4445

4546
# push_to_registry:
4647
# name: Push image to docker hub

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Package version is used to define the application version.
22
package version
33

4-
var VERSION = "0.3.8"
4+
var VERSION = "0.3.9"
55
var REVISION = "unknown"

0 commit comments

Comments
 (0)