Skip to content

Commit

Permalink
Fixed a few files (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: bt353 <[email protected]>
  • Loading branch information
btassone and bt353 authored Oct 15, 2023
1 parent 889eff0 commit c9cd8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
distribution: goreleaser
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
HOMEBREW_TAP_GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ brews:
name: deco
description: DockerEvironmentCOntrol
homepage: https://github.com/YaleUniversity/deco
tap:
repository:
owner: yalespinup
name: homebrew-tools
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
Expand Down

0 comments on commit c9cd8ad

Please sign in to comment.