Skip to content

Commit

Permalink
Merge pull request #9 from casper-ecosystem/update-release-with-file-2
Browse files Browse the repository at this point in the history
allow override release enabled
  • Loading branch information
Maciej Zieliński authored Mar 4, 2021
2 parents d062def + e414dba commit 7c660a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-casper-client-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
files: dist/casper-client-sdk.umd.${{ steps.get_version.outputs.version }}.js
allow_override: true
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "casper-client-sdk",
"version": "1.0.27",
"version": "1.0.28",
"license": "Apache 2.0",
"description": "SDK to interact with the Casper blockchain",
"main": "dist/index.js",
Expand All @@ -9,7 +9,7 @@
"prepublishOnly": "npm run build && npm run test",
"lint": "eslint src/ --fix",
"prebuild": "npm run clean && npm run lint",
"build": "tsc && npm run build:umd",
"build": "tsc",
"build:es6": "tsc -m es6 --outDir dist/esm --moduleResolution node",
"build:umd": "webpack --config webpack.config.js",
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit 7c660a1

Please sign in to comment.