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

Commit

Permalink
Add environment var to goreleaser GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonBirchall committed Apr 23, 2021
1 parent 0a45d16 commit fabc57b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
workdir: ./
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}

# push_to_registry:
# name: Push image to docker hub
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Package version is used to define the application version.
package version

var VERSION = "0.3.8"
var VERSION = "0.3.9"
var REVISION = "unknown"

0 comments on commit fabc57b

Please sign in to comment.