Skip to content

Commit

Permalink
Update goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ank-everstake authored Dec 4, 2024
1 parent 43fb6fe commit c0e9e9c
Showing 1 changed file with 2 additions and 2 deletions.
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 c0e9e9c

Please sign in to comment.