Skip to content

Commit

Permalink
Bump version with proper release token
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Nov 14, 2024
1 parent 20b3c03 commit 6f93afc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: ckb-transaction-dumper_v${{ github.ref_name }}_node_executable_script.tar.gz
token: ${{ secrets.CUSTOM_RELEASE_TOKEN }}

linux-release:
runs-on: ubuntu-latest
Expand All @@ -39,6 +40,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: ckb-transaction-dumper_v${{ github.ref_name }}_linux_x86_64.tar.gz
token: ${{ secrets.CUSTOM_RELEASE_TOKEN }}

macos-release:
runs-on: macos-latest
Expand All @@ -56,6 +58,7 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: ckb-transaction-dumper_v${{ github.ref_name }}_macos_x86_64.tar.gz
token: ${{ secrets.CUSTOM_RELEASE_TOKEN }}

windows-release:
runs-on: windows-2019
Expand All @@ -73,3 +76,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
files: ckb-transaction-dumper_v${{ github.ref_name }}_win_x86_64.zip
token: ${{ secrets.CUSTOM_RELEASE_TOKEN }}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckb-transaction-dumper",
"version": "0.4.1",
"version": "0.4.2",
"description": "CKB Transaction Dumper, used together with ckb-standalone-debugger",
"bin": {
"ckb-transaction-dumper": "./cli-dist.js"
Expand Down

0 comments on commit 6f93afc

Please sign in to comment.