Skip to content

Commit

Permalink
🧱 Update goreleaser configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed May 7, 2024
1 parent 123c6dd commit 6692c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/.goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,5 @@ after:
if [ '{{ .IsSnapshot }}' = 'false' ];
then
codesign -gpg-key $FINGERPRINT -signed-files-dir=./dist/ dist/checksums.txt;
gh release --repo JetBrains/qodana-cli upload {{ if .IsNightly }}nightly{{ else }}{{ .Version}}{{ end }} dist/checksums.txt.asc;
gh release --repo JetBrains/qodana-cli upload {{ if .IsNightly }}nightly{{ else }}v{{ .Version}}{{ end }} dist/checksums.txt.asc;
fi"

0 comments on commit 6692c25

Please sign in to comment.