Skip to content

Commit

Permalink
Merge branch 'annotations_from_params'
Browse files Browse the repository at this point in the history
  • Loading branch information
eriweb committed Jun 27, 2024
2 parents 3541626 + 69e7abf commit 62c6cc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
echo "GITBRANCH=$(git rev-parse --abbrev-ref HEAD)" >> $GITHUB_ENV
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
HOMEBREW_TOKEN: ${{ secrets.HOMEBREW_TOKEN }}
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is an example .goreleaser.yml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
version: 2
project_name: metaGraf

before:
Expand Down Expand Up @@ -66,7 +67,7 @@ changelog:

brews:
- name: metagraf
tap:
repository:
owner: "{{ .Env.GITHUB_REPOSITORY_OWNER}}"
name: homebrew-tap
token: "{{ .Env.HOMEBREW_TOKEN }}"
Expand Down

0 comments on commit 62c6cc6

Please sign in to comment.