Skip to content

Commit

Permalink
still publish npm registry on fail
Browse files Browse the repository at this point in the history
  • Loading branch information
RnkSngh committed Jan 16, 2025
1 parent 4bf899b commit 00b23d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:

registries:
runs-on: ubuntu-latest
needs: release
environment: release
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@polymerdao/prover-contracts",
"version": "0.0.9",
"version": "0.0.10",
"main": "dist/index.js",
"bin": {
"verify-prover-contracts": "./dist/scripts/verify-contract-script.js",
Expand Down

0 comments on commit 00b23d9

Please sign in to comment.