Skip to content

Commit

Permalink
Merge pull request #59 from neicnordic/bugfix/update-goreleaser
Browse files Browse the repository at this point in the history
fix args for goreleaser
  • Loading branch information
blankdots authored Feb 22, 2023
2 parents 54c4cd4 + 034d56e commit 3334c53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
uses: goreleaser/goreleaser-action@v4.2.0
with:
version: latest
args: release --rm-dist
key: ${{ secrets.YOUR_PRIVATE_KEY }}
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
)

// The version in the current branch
var Version = "1.6.1"
var Version = "1.7.1"

// If this is "" (empty string) then it means that it is a final release.
// Otherwise, this is a pre-release e.g. "dev", "beta", "rc1", etc.
Expand Down

0 comments on commit 3334c53

Please sign in to comment.