new websoft9 init

This commit is contained in:
qiaofeng1227 2023-09-27 08:40:39 +08:00
parent dfe41c668c
commit c6e220566f
3 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ on:
push:
branches: [main]
paths:
- "version.json"
- "version2.json"
jobs:
upload_artifact:
@ -19,7 +19,7 @@ jobs:
- name: Read Plugin Version
id: update_data
run: |
version=$(jq -r '.VERSION' version.json)
version=$(jq -r '.version' version.json)
echo version=$version
echo "VERSION=$version" >> $GITHUB_ENV
changelog=$(cat changelog_latest.md)

View file

@ -19,7 +19,7 @@ jobs:
- name: Read Plugin Version
id: update_data
run: |
version=$(jq -r '.VERSION' version.json)
version=$(jq -r '.version' version.json)
echo version=$version
echo "VERSION=$version" >> $GITHUB_ENV
changelog=$(cat changelog_latest.md)

View file

@ -1 +1 @@
1. appmanage config files error
1. websoft9 new framework init release