mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
new websoft9 init
This commit is contained in:
parent
dfe41c668c
commit
c6e220566f
3 changed files with 4 additions and 4 deletions
4
.github/workflows/upload_artifact.yml
vendored
4
.github/workflows/upload_artifact.yml
vendored
|
@ -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)
|
||||
|
|
|
@ -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)
|
|
@ -1 +1 @@
|
|||
1. appmanage config files error
|
||||
1. websoft9 new framework init release
|
||||
|
|
Loading…
Reference in a new issue