diff --git a/.github/workflows/upload_artifact.yml b/.github/workflows/upload_artifact.yml index 3d777435..fc070723 100644 --- a/.github/workflows/upload_artifact.yml +++ b/.github/workflows/upload_artifact.yml @@ -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) diff --git a/.github/workflows/upload_test_artifact.yml b/.github/workflows/upload_dev_artifact.yml similarity index 97% rename from .github/workflows/upload_test_artifact.yml rename to .github/workflows/upload_dev_artifact.yml index 7b3d0bd8..c9b33490 100644 --- a/.github/workflows/upload_test_artifact.yml +++ b/.github/workflows/upload_dev_artifact.yml @@ -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) diff --git a/changelog_latest.md b/changelog_latest.md index e0e0691d..3378f9cc 100644 --- a/changelog_latest.md +++ b/changelog_latest.md @@ -1 +1 @@ -1. appmanage config files error +1. websoft9 new framework init release