Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
add sudo privileges to brew section, add scoop task in release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Mar 19, 2022
1 parent 5e89962 commit 4f647b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,6 @@ jobs:
run: go run ./scripts/date.go >> date.txt

- name: Build
run: BuildDate="$(cat date.txt)" goreleaser release --rm-dist --timeout 100m
run: |
BuildDate="$(cat date.txt)" goreleaser release --rm-dist --timeout 100m
task scoop
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ brews:
description: "👊 Human-friendly and amazing TUI secrets manager"
license: "MIT"
post_install: |
system "npm", "install", "--global", "@secman/scc"
system "sudo", "npm", "install", "--global", "@secman/scc"
checksum:
name_template: "checksums.txt"
Expand Down

0 comments on commit 4f647b6

Please sign in to comment.