Skip to content

Commit

Permalink
Fix goreleaser process and ensure cosign still works
Browse files Browse the repository at this point in the history
  • Loading branch information
jauderho authored Apr 8, 2023
1 parent 3378179 commit 1b90e35
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,5 @@ signs:
- cmd: cosign
signature: "${artifact}.sig"
certificate: "${artifact}.pem"
args: ["sign-blob", "--oidc-issuer=https://token.actions.githubusercontent.com", "--output-certificate=${certificate}", "--output-signature=${signature}", "${artifact}"]
args: ["sign-blob", "--oidc-issuer=https://token.actions.githubusercontent.com", "--output-certificate=${certificate}", "--output-signature=${signature}", "${artifact}", "--yes"]
artifacts: all
2 changes: 1 addition & 1 deletion cmd/bl3auto.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
)

// gross but effective for now
const version = "2.2.25"
const version = "2.2.26"

const SUCCESS = "success!"
const NOTFOUND = "not found."
Expand Down
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.25",
"version": "2.2.26",
"loginUrl": "https://api.2k.com/borderlands/users/authenticate",
"loginRedirectHeader": "X-CT-REDIRECT",
"sessionIdHeader": "X-SESSION-SET",
Expand Down

0 comments on commit 1b90e35

Please sign in to comment.