Skip to content

Commit

Permalink
fix goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
bradwood committed Nov 21, 2020
1 parent bf94aed commit 0958f69
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 @@ -20,6 +20,6 @@ jobs:
- name: Create release on GitHub
uses: docker://goreleaser/goreleaser:latest
with:
args: release -f .goreleaser.yaml
args: release
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var cfgFile string

// rootCmd represents the base command when called without any subcommands
var rootCmd = &cobra.Command{
Version: "0.0.1",
Version: "0.0.2",
Use: "glsnip",
Short: "Copy and Paste using GitLab Snippets",
Long: `This app behaves like pbcopy(1) and pbpaste(1) on a Mac, or like xclip(1) on
Expand Down

0 comments on commit 0958f69

Please sign in to comment.