Skip to content

Commit

Permalink
Removed github action
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemkosk committed Jun 14, 2024
1 parent 3186be0 commit 2bb092d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 34 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/goreleaser.yml

This file was deleted.

15 changes: 8 additions & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,14 @@ changelog:
- Merge branch

brews:
- name: gophersay
download_strategy: CurlDownloadStrategy
homepage: "https://github.com/erdemkosk/homebrew-envolve"
description: "Synchronize environment variables across projects and manage .env files. Automates the restoration of .env files for all projects, ensures consistency by syncing variables from a global .env file, and creates symbolic links to maintain the latest environment settings."
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
repository:
- name: gophersay
download_strategy: CurlDownloadStrategy
homepage: "https://github.com/erdemkosk/homebrew-envolve"
description: "Synchronize environment variables across projects and manage .env files. Automates the restoration of .env files for all projects, ensures consistency by syncing variables from a global .env file, and creates symbolic links to maintain the latest environment settings."
commit_msg_template: "Brew formula update for {{ .ProjectName }} version {{ .Tag }}"
install: |
bin.install "gophersay"
repository:
# Repository owner.
#
# Templates: allowed
Expand All @@ -65,7 +67,6 @@ brews:
# Templates: allowed
name: envolve


# Optionally a branch can be provided.
#
# Default: default repository branch
Expand Down

0 comments on commit 2bb092d

Please sign in to comment.