Skip to content

Commit

Permalink
🔧 use custom github token
Browse files Browse the repository at this point in the history
  • Loading branch information
jackytck committed Nov 23, 2019
1 parent 1e44d7f commit 80e7a7a
Show file tree
Hide file tree
Showing 2 changed files with 2 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 @@ -23,7 +23,7 @@ jobs:
- name: goreleaser
uses: docker://goreleaser/goreleaser
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GORELEASER_GITHUB_TOKEN }}
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
with:
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Version info.",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("v1.0.2")
fmt.Println("v1.0.3")
},
}

Expand Down

0 comments on commit 80e7a7a

Please sign in to comment.