Skip to content

Commit

Permalink
Merge pull request #407 from rollbar/pawelsz-rb-patch-1
Browse files Browse the repository at this point in the history
Update release.yml
  • Loading branch information
pawelsz-rb authored Jul 11, 2024
2 parents 61b2367 + 4e5d4fb commit 74ff677
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
- name: Install GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
version: 'v1.26.2'
install-only: true

- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"@semantic-release/git",
["@semantic-release/exec",
{
"prepareCmd": "goreleaser build --snapshot; rm -rv dist",
"publishCmd": "goreleaser release"
"prepareCmd": "goreleaser build --rm-dist --snapshot; rm -rv dist",
"publishCmd": "goreleaser release --rm-dist"
}
]
],
Expand Down

0 comments on commit 74ff677

Please sign in to comment.