Skip to content

Commit

Permalink
Merge pull request #19 from everstake/goreleaser_upd
Browse files Browse the repository at this point in the history
Update goreleaser.yml
  • Loading branch information
ank-everstake authored Dec 16, 2024
2 parents ee44766 + 845dd60 commit 09eb457
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ updates:
- package-ecosystem: "gomod" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
interval: "weekly"
4 changes: 2 additions & 2 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: goreleaser

on:
release:
types: [created, edited]
types: [created]

permissions:
contents: write
Expand All @@ -27,4 +27,4 @@ jobs:
args: -f .goreleaser.yml release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 09eb457

Please sign in to comment.