Skip to content

Commit

Permalink
2.0.38
Browse files Browse the repository at this point in the history
  • Loading branch information
atorber committed Nov 2, 2023
1 parent 1170373 commit 267f73f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: NPM

on: [push, pull_request]
on: # 配置触发workflow的事件
push:
tags: # tag更新时触发此workflow
- '*'

jobs:
publish:
Expand All @@ -24,7 +27,7 @@ jobs:

- name: chmod
run: chmod +x ./scripts/package-publish-config-tag.sh

- name: Generate Package JSON
run: ./scripts/generate-package-json.sh

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": "chatflow",
"version": "2.0.0",
"version": "2.0.38",
"description": "ChatFlow-聊天机器人管理平台",
"type": "module",
"exports": {
Expand Down

0 comments on commit 267f73f

Please sign in to comment.