Skip to content

Commit

Permalink
v3.3.1: fix auto-release
Browse files Browse the repository at this point in the history
  • Loading branch information
yanyiwu committed Jul 21, 2024
1 parent 3bdab34 commit 46c20ea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name: Publish Pre-built Binaries

#on:
# push:
# tags:
# - 'v*'
on:
workflow_dispatch:
push:
pull_request:
tags:
- 'v*'

jobs:
build:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v3.3.1

+ [CI] fix github/actions:auto-release

## v3.3.0

+ [CI] auto github/release by node-pre-gyp-github
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nodejieba",
"description": "chinese word segmentation for node",
"version": "3.3.0",
"version": "3.3.1",
"author": "Yanyi Wu <[email protected]>",
"maintainers": [
"Yanyi Wu <[email protected]>"
Expand Down

0 comments on commit 46c20ea

Please sign in to comment.