Skip to content

Commit

Permalink
Merge pull request #1006 from bitcoin-sv/fix/restore-to-first-v-of-go…
Browse files Browse the repository at this point in the history
…releaser

fix(SPV-XXX): downgrade version of used goreleaser
  • Loading branch information
wregulski authored Jun 17, 2024
2 parents 7f4f381 + e7baf56 commit 5d1d236
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: goreleaser/goreleaser-action@v6.0.0
with:
distribution: goreleaser
version: latest
version: v1
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bsv/spv-wallet-js-client",
"version": "1.0.0-beta.14",
"version": "1.0.0-beta.15",
"description": "TypeScript library for connecting to a SPV Wallet server",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5d1d236

Please sign in to comment.