Skip to content

Commit

Permalink
Release v1.3.1
Browse files Browse the repository at this point in the history
Commits:

  - [170052b] fix: precision loss in (CpuProfileNode*) ptr->GetSampleTimestamp()
  - [ca07a81] deps: update dependencies
  - [5e5cc23] ci: remove appveryor
  - [e588588] ci: build when push tags

PR-URL: #118
Committed-BY: hyj1991 <[email protected]>
  • Loading branch information
hyj1991 authored Dec 19, 2021
1 parent e588588 commit 5108184
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
- name: Continuous Integration
run: npm run ci || (sleep 60 && npm run ci) || (sleep 60 && npm run ci)

- name: Package Binary
run: npm run pack
# - name: Package Binary
# run: npm run pack

- name: Draft Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: release/**
fail_on_unmatched_files: true
draft: true
# - name: Draft Release
# uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/')
# with:
# files: release/**
# fail_on_unmatched_files: true
# draft: true
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xprofiler",
"version": "1.3.1-beta",
"version": "1.3.1",
"description": "node.js addon to output runtime logs",
"bin": {
"xprofctl": "bin/xprofctl"
Expand Down

0 comments on commit 5108184

Please sign in to comment.