Skip to content

Commit

Permalink
fix: update goreleaser config [skip-ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
gamunu committed Mar 4, 2024
1 parent 9beba45 commit a49fcdb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Release

on:
pull_request:
push:
# run only against tags
tags:
Expand Down Expand Up @@ -31,6 +30,6 @@ jobs:
- uses: goreleaser/goreleaser-action@v5 # run goreleaser
with:
version: latest
args: release --rm-dist
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit a49fcdb

Please sign in to comment.