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

View File

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

View File

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